fix(example): lint error

This commit is contained in:
Clark Du 2019-01-07 16:44:14 +00:00
parent 3b7ac3c5c5
commit ccf326488c

View File

@ -3,8 +3,8 @@ export default {
titleTemplate: '%s - NuxtJS Prefetching', titleTemplate: '%s - NuxtJS Prefetching',
htmlAttrs: { lang: 'en' }, htmlAttrs: { lang: 'en' },
meta: [ meta: [
{ charset: "utf-8" }, { charset: 'utf-8' },
{ name: "viewport", content: "width=device-width, initial-scale=1" } { name: 'viewport', content: 'width=device-width, initial-scale=1' }
], ],
// Support polyfill for browsers that don't support it (Safari Mobile for example) // Support polyfill for browsers that don't support it (Safari Mobile for example)
script: [ script: [