diff --git a/package.json b/package.json index a826064..7e513bc 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "space-before-function-paren": "off", "object-curly-spacing": "off", "comma-dangle": "off", + "vue/html-self-closing": "warn", "@intlify/vue-i18n/no-v-html": "off", "@intlify/vue-i18n/no-dynamic-keys": "off", "@intlify/vue-i18n/no-raw-text": [ diff --git a/src/App.vue b/src/App.vue index 4ee7f2d..decab24 100644 --- a/src/App.vue +++ b/src/App.vue @@ -76,7 +76,7 @@ const state = reactive({ count: 12 })