大屏。
parent
0c3dbccf53
commit
51d01ec0df
@ -1,5 +1,13 @@
|
||||
import Vue from 'vue';
|
||||
import VeHistogram from 'v-charts/lib/histogram.common'
|
||||
// import VeHistogram from 'v-charts/lib/histogram.common'
|
||||
// import VeMap from 'v-charts/lib/map.common'
|
||||
|
||||
|
||||
//柱状图
|
||||
Vue.component('VeHistogram', VeHistogram);
|
||||
// Vue.component('VeHistogram', VeHistogram);
|
||||
// Vue.component('ve-map', VeMap);
|
||||
|
||||
import VCharts from 'v-charts'
|
||||
|
||||
Vue.use(VCharts);
|
||||
|
||||
|
Loading…
Reference in New Issue