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