[update] 移动端主页、管理

This commit is contained in:
danshihao
2024-04-15 09:59:36 +08:00
parent 506fd607e1
commit 8105873219
32 changed files with 1941 additions and 276 deletions
+15
View File
@@ -0,0 +1,15 @@
/**
* 按需加载vant组件
*/
import Vue from 'vue'
import {
Picker,
Popup,
Dialog
} from 'vant'
import 'vant/lib/index.less'
Vue.use(Picker)
Vue.use(Popup)
Vue.prototype.$vantDialog = Dialog
Vue.prototype.$vantConfirm = Dialog.confirm