chore: add back default id value for spaLoaderAttrs

This partially reverts commit 6ca7600a57.
This commit is contained in:
Daniel Roe 2024-11-30 07:09:18 +00:00
parent 24a0253fbb
commit f4106a7906
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -274,7 +274,9 @@ export default defineUntypedSchema({
* Customize Nuxt Nuxt SpaLoader element attributes. * Customize Nuxt Nuxt SpaLoader element attributes.
* @type {typeof import('@unhead/schema').HtmlAttributes} * @type {typeof import('@unhead/schema').HtmlAttributes}
*/ */
spaLoaderAttrs: {}, spaLoaderAttrs: {
id: '__nuxt-loader',
},
}, },
/** /**