mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
example: Update defer attribute
This commit is contained in:
parent
97772467ba
commit
4cfc8f5c49
@ -16,7 +16,7 @@ export default {
|
|||||||
{ src: '/head.js' },
|
{ src: '/head.js' },
|
||||||
// Supported since 1.0
|
// Supported since 1.0
|
||||||
{ src: '/body.js', body: true },
|
{ src: '/body.js', body: true },
|
||||||
{ src: '/defer.js', defer: undefined }
|
{ src: '/defer.js', defer: '' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user