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

10 lines
205 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: {
titleTemplate: 'Nuxt.js - Dynamic Components',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
]
}
2017-10-31 13:43:55 +00:00
}