fix: do not emit runtime comments
resolves 'Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.'
This commit is contained in:
parent
842102cea4
commit
45b6e39b6e
2 changed files with 29 additions and 0 deletions
|
@ -5,6 +5,7 @@ export default defineNuxtConfig({
|
|||
'@unocss/nuxt',
|
||||
'@pinia/nuxt',
|
||||
'@vue-macros/nuxt',
|
||||
'~/modules/purge-comments',
|
||||
],
|
||||
experimental: {
|
||||
reactivityTransform: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue