diff --git a/docs/.eslintrc b/docs/.eslintrc index 2b7a63e597a..be01e43a8a7 100644 --- a/docs/.eslintrc +++ b/docs/.eslintrc @@ -3,5 +3,8 @@ "import/ignore": [ "vue" ] + }, + "rules": { + "vue/no-v-text-v-html-on-component": "off" } } diff --git a/examples/experimental/reactivity-transform/components/label.vue b/examples/experimental/reactivity-transform/components/label.vue index 0908e49a596..2148da8ab0d 100644 --- a/examples/experimental/reactivity-transform/components/label.vue +++ b/examples/experimental/reactivity-transform/components/label.vue @@ -1,8 +1,8 @@