fix: use lowercase boolean

This commit is contained in:
Michael Brevard 2024-06-16 16:48:40 +03:00 committed by GitHub
parent e2416801e4
commit 36ffef9fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,7 +263,7 @@ export default defineUntypedSchema({
* Delayed component hydration
*
* This enables components to defer hydration until necessary, improving performance by not requesting all resources at once.
* @type {Boolean}
* @type {boolean}
*/
delayedHydration: false,