mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(schema): enable propsDestructure
by default (#28830)
This commit is contained in:
parent
c5f3292d63
commit
77bd30a0b8
@ -31,11 +31,10 @@ export default defineUntypedSchema({
|
||||
},
|
||||
|
||||
/**
|
||||
* Vue Experimental: Enable reactive destructure for `defineProps`
|
||||
* @see [Vue RFC#502](https://github.com/vuejs/rfcs/discussions/502)
|
||||
* Enable reactive destructure for `defineProps`
|
||||
* @type {boolean}
|
||||
*/
|
||||
propsDestructure: false,
|
||||
propsDestructure: true,
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user