Skip to content

Commit

Permalink
feat: enable propsDestructure
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 31, 2024
1 parent f7ed42b commit 73d116e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ const replRef = ref<InstanceType<typeof Repl>>()
// enable experimental features
const sfcOptions: SFCOptions = {
script: {
reactivityTransform: true,
defineModel: true,
propsDestructure: true,
},
}
const previewOptions = {
Expand Down

0 comments on commit 73d116e

Please sign in to comment.