mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 11:22:43 +00:00
chore: add back default id value for spaLoaderAttrs
This partially reverts commit 6ca7600a57
.
This commit is contained in:
parent
24a0253fbb
commit
f4106a7906
@ -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',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user