forked from Mirrors/elk
refactor: disable reactivity transform from vue core
use the feature from vue macros instead
This commit is contained in:
parent
972a13499f
commit
db2892c4c0
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ export default defineNuxtConfig({
|
||||||
],
|
],
|
||||||
experimental: {
|
experimental: {
|
||||||
payloadExtraction: false,
|
payloadExtraction: false,
|
||||||
reactivityTransform: true,
|
|
||||||
inlineSSRStyles: false,
|
inlineSSRStyles: false,
|
||||||
},
|
},
|
||||||
css: [
|
css: [
|
||||||
|
|
Loading…
Reference in a new issue