mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
73541a576d
* chore(example): Update vue-chartjs * add: live demo and CSB link * fix: lint
17 lines
330 B
JavaScript
17 lines
330 B
JavaScript
export default {
|
|
head: {
|
|
title: 'Nuxt.js + Vue-ChartJS',
|
|
meta: [
|
|
{ charset: 'utf-8' },
|
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
|
]
|
|
},
|
|
modules: [
|
|
// https://http.nuxtjs.org
|
|
'@nuxt/http'
|
|
],
|
|
env: {
|
|
githubToken: '42cdf9fd55abf41d24f34c0f8a4d9ada5f9e9b93'
|
|
}
|
|
}
|