mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
fix(example): lint error
This commit is contained in:
parent
3b7ac3c5c5
commit
ccf326488c
@ -3,8 +3,8 @@ export default {
|
||||
titleTemplate: '%s - NuxtJS Prefetching',
|
||||
htmlAttrs: { lang: 'en' },
|
||||
meta: [
|
||||
{ charset: "utf-8" },
|
||||
{ name: "viewport", content: "width=device-width, initial-scale=1" }
|
||||
{ charset: 'utf-8' },
|
||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||||
],
|
||||
// Support polyfill for browsers that don't support it (Safari Mobile for example)
|
||||
script: [
|
||||
|
Loading…
Reference in New Issue
Block a user