Skip to content

v-bind shorthand don’t work with 9.20 #2365

Closed as not planned
Closed as not planned
@matteo6b

Description

@matteo6b

Checklist

  • [x ] I have tried restarting my IDE and the issue persists.
  • [x ] I have read the FAQ and my problem is not listed.

Tell us about your environment

  • ESLint version: 8.56.0
  • eslint-plugin-vue version: 9.20.0
  • Node version: 20.9.0
  • Operating System: windows

Please show your full configuration:


module.exports = {
  root: true,
  plugins: ['vuejs-accessibility'],
  extends: [
    'plugin:vue/vue3-recommended',
    'eslint:recommended',
    '@vue/eslint-config-typescript',
    '@vue/eslint-config-prettier/skip-formatting',
    'plugin:vuejs-accessibility/recommended'
  ],
   parser: "vue-eslint-parser",
  parserOptions: {
    ecmaVersion: 'latest'
  }
}

What did you do?

 <Modal  :id="id" v-model="showModal"  :id-screen /> 

What did you expect to happen?
No errors with v-bind shorthand

What actually happened?
v-bind is missing expression.vue(34)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions