This commit is contained in:
liushuai
2019-01-04 20:49:53 +08:00
parent f4120aaa1c
commit ec1727c693
3 changed files with 34 additions and 7 deletions

View File

@@ -19,6 +19,8 @@ import time from 'time-formater'
import htmlToPdf from '@/vendor/htmlToPdf'
import Viewer from 'v-viewer'
import 'viewerjs/dist/viewer.css'
import VueBarcode from '@xkeshi/vue-barcode'
Vue.component('barcode', VueBarcode)
Vue.use(curd)
Vue.use(htmlToPdf)