Nuxt/examples/dynamic-components/nuxt.config.js

10 lines
202 B
JavaScript
Raw Normal View History

2018-03-16 16:12:06 +00:00
export default {
2017-07-08 23:44:59 +00:00
head: {
2020-11-30 22:44:04 +00:00
titleTemplate: 'Nuxt - Dynamic Components',
2017-07-08 23:44:59 +00:00
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
]
}
2017-10-31 13:43:55 +00:00
}