import VueChartist from 'v-chartist'; new Vue({ components: { 'vue-chartist': VueChartist }, template: '<vue-chartist :data="data" :options="options" ...
確定! 回上一頁