[update] 移动端-我的

This commit is contained in:
danshihao
2024-04-17 18:33:24 +08:00
parent 4a9f6f9a26
commit 1a4612e6f1
4 changed files with 181 additions and 13 deletions
+5 -1
View File
@@ -6,10 +6,14 @@ import Vue from 'vue'
import {
Picker,
Popup,
Dialog
Dialog,
Uploader
} from 'vant'
import 'vant/lib/index.less'
Vue.use(Picker)
Vue.use(Popup)
Vue.use(Uploader)
Vue.prototype.$vantDialog = Dialog
Vue.prototype.$vantConfirm = Dialog.confirm