refactor: disable reactivity transform from vue core
use the feature from vue macros insteadzio/stable
parent
972a13499f
commit
db2892c4c0
|
@ -35,7 +35,6 @@ export default defineNuxtConfig({
|
|||
],
|
||||
experimental: {
|
||||
payloadExtraction: false,
|
||||
reactivityTransform: true,
|
||||
inlineSSRStyles: false,
|
||||
},
|
||||
css: [
|
||||
|
|
Loading…
Reference in New Issue