chore: remove stale references of ref-transform

This commit is contained in:
Evan You
2021-12-23 16:56:36 +08:00
parent a273e8844c
commit fef191fb07
8 changed files with 16 additions and 17 deletions

View File

@@ -19,8 +19,7 @@ const store = new ReplStore({
// enable experimental features
const sfcOptions = {
script: {
refTransform: true,
propsDestructureTransform: true
reactivityTransform: true
}
}