[update] 移动端主页、管理
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user