Update comment

This commit is contained in:
Sébastien Chopin 2017-11-06 10:43:52 +01:00 committed by GitHub
parent bacac23d03
commit a7a5aea003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ export default {
], ],
script: [ script: [
{ src: '/head.js' }, { src: '/head.js' },
// will be supported in the near future // Supported since 1.0
{ src: '/body.js', body: true }, { src: '/body.js', body: true },
{ src: '/defer.js', defer: undefined } { src: '/defer.js', defer: undefined }
] ]