mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
13 lines
286 B
JavaScript
13 lines
286 B
JavaScript
self.$config = {
|
|
title: 'vue-chartjs docs',
|
|
plugins: [
|
|
evanyou()
|
|
],
|
|
landing: true,
|
|
// or custom path
|
|
landing: '_landing.html',
|
|
repo: 'apertureless/vue-chartjs',
|
|
twitter: 'apertureless',
|
|
'edit-link': 'https://github.com/apertureless/vue-chartjs/blob/master/docs'
|
|
}
|