no message

Former-commit-id: e42b1ce57f595759636bc8e4e42b1eab6bc4e70f
Former-commit-id: 91009871838e2c143836c0baec9c6eeda84ad145
Former-commit-id: 471c0f984124c70409b7ad73e105999fa9e04b8d
This commit is contained in:
李杨
2018-02-17 11:26:36 +08:00
parent f1d7e49da3
commit 815a97a002
15 changed files with 43 additions and 66 deletions

View File

@@ -0,0 +1,3 @@
// import Vue from 'vue'
// Vue.component('G2Line1', resolve => { require(['@/components/G2/charts/Line/1.vue'], resolve) })

View File

@@ -2,5 +2,5 @@
import './core'
// 非核心组件 只是在很多演示页面中用到的组件
import './demo'
// 图表组件
import './G2'
// 图表组件 G2
import './charts/G2'