update dist and lib

This commit is contained in:
JM
2020-01-05 22:18:00 +08:00
parent 7e9cca32ad
commit 005ae41e29
6 changed files with 1414 additions and 45 deletions

View File

@ -0,0 +1,6 @@
import './src/main.css'
import FlylineChartEnhanced from './src/main.vue'
export default function (Vue) {
Vue.component(FlylineChartEnhanced.name, FlylineChartEnhanced)
}