mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
export default {
|
|
head: {
|
|
titleTemplate: 'Nuxt.js - Dynamic Components',
|
|
meta: [
|
|
{ charset: 'utf-8' },
|
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
|
]
|
|
}
|
|
}
|