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:
Daniel Roe 2022-11-25 14:42:26 +00:00
parent 842102cea4
commit 45b6e39b6e
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
2 changed files with 29 additions and 0 deletions

View file

@ -5,6 +5,7 @@ export default defineNuxtConfig({
'@unocss/nuxt',
'@pinia/nuxt',
'@vue-macros/nuxt',
'~/modules/purge-comments',
],
experimental: {
reactivityTransform: true,