-
-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Vue v3.3 #2127
Comments
"Reactive Props Destructure" and "defineModel" still seem to be experimental features. |
We have completed the intended task, so I will close this issue. @FloEdelmann Thanks for reviewing many PRs so quickly. |
Thanks @ota-meshi for implementing the necessary changes! For everyone following this issue: The changes are released now in https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.13.0. If you notice bugs or further improvements, please open new issues. |
This issue lists issues related to Vue 3.3.
defineOptions
#2118defineOptions
tovue/multi-word-component-names
rule #2157defineOptions
tovue/no-reserved-component-names
rule #2158defineOptions
tovue/component-definition-name-casing
rule #2159defineOptions
tovue/order-in-components
rule #2160defineOptions
tovue/match-component-file-name
rule #2161defineOptions
tovue/no-restricted-component-options
rule #2162defineOptions
tovue/padding-lines-in-component-definition
rule #2164vue/valid-define-options
rule #2165vue/prefer-define-options
rule #2167defineSlots
andslots
option #2125defineOptions
anddefineSlots
tovue/define-macros-order
rule #2154defineOptions
anddefineSlots
tovue/no-unsupported-features
rule #2163defineEmits
type syntax #2126defineEmits
type syntax tovue/require-explicit-emits
rule #2152Support fordefineModel
#2130Add support for props destructure #2121defineOptions
vue-eslint-parser#183defineSlots
vue-eslint-parser#184defineOptions
anddefineSlots
vue-eslint-parser#193<script setup lang=ts generic="...">
vue-eslint-parser#182Support fordefineModel
vue-eslint-parser#186vueFeatures.customMacros
option vue-eslint-parser#194The text was updated successfully, but these errors were encountered: