vite-plugin-vue-devtools
vite-plugin-vue-devtools copied to clipboard
The plugin encountered a warning during execution
Extraneous non-props attributes (data-v-inspector) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
"vite": "^4.3.9", "vue": "3.3.4"
Can you provide a mini repo? Thanks 🙏.
Can you provide a mini repo? Thanks pray.
This is my company's code repository, which is not yet online. The first time entering the page, there will be an initialization error related to the 'data-v-inspector' tag.
<section data-v-7fc34792="" class="oyd-layout oyd-layout__classic w-[100%] h-[100%] relative" data-v-inspector="src/layout/layout/Layout.vue:41:6"
Looks like it is a bug from vue. Need a reproduction to figure out why.
Temporal workaround: set inheritAttrs: false to this component.