|
@@ -45,6 +45,9 @@ import { SDKAppID } from "@/utils/sdkappId_v-1.0.0"
|
|
|
|
|
|
import Print from 'vue-print-nb'
|
|
|
|
|
|
+import Vant from 'vant';
|
|
|
+import 'vant/lib/index.css';
|
|
|
+
|
|
|
let options = {
|
|
|
SDKAppID
|
|
|
};
|
|
@@ -77,6 +80,7 @@ Vue.component('minioFileUpload', minioFileUpload)
|
|
|
Vue.component('ImageUpload', ImageUpload)
|
|
|
Vue.component('ImagePreview', ImagePreview)
|
|
|
|
|
|
+Vue.use(Vant)
|
|
|
Vue.use(Print);
|
|
|
Vue.use(directive)
|
|
|
Vue.use(plugins)
|