update build process

This commit is contained in:
jiaming743
2019-09-03 11:07:45 +08:00
parent 170facb3fc
commit a1d7d4626d
7 changed files with 23963 additions and 3 deletions

4
build/entry.js Normal file
View File

@@ -0,0 +1,4 @@
import Vue from 'vue'
import datav from '../src/index'
Vue.use(datav)