index.js 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import 'echarts/extension/bmap/bmap' import { bmap } from './main' import Core from '../../core' export default Object.assign({}, Core, { name: 'VeBmap', data () { this.chartHandler = bmap return {} } })