diff --git a/eslint.config.js b/eslint.config.js index 8cf6c36..db38303 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -22,6 +22,7 @@ export default antfu( rules: { // vue "vue/block-order": ["error", { order: ["script", "template", "style"] }], + "vue/attributes-order": "off", // ts "ts/no-use-before-define": "off", // node diff --git a/src/components/Notify/NotifyList.vue b/src/components/Notify/NotifyList.vue index 040bc05..b9d1b93 100644 --- a/src/components/Notify/NotifyList.vue +++ b/src/components/Notify/NotifyList.vue @@ -10,7 +10,7 @@ const props = defineProps()