import Vue from 'vue' import VCharts from 'v-charts' Vue.use(VCharts) export default { data () { return { pubSetting: { height: '100%' } } } }