|
|
@@ -51,40 +51,40 @@ export default {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- // usingComponents: {
|
|
|
- // 'van-image': '/vant/image/index',
|
|
|
- // 'van-button': '/vant/button/index',
|
|
|
- // 'van-tabs': '/vant/tabs/index',
|
|
|
- // 'van-tab': '/vant/tab/index',
|
|
|
- // 'van-notice-bar': '/vant/notice-bar/index',
|
|
|
- // 'van-icon': '/vant/icon/index',
|
|
|
- // 'van-grid-item ': '/vant/grid-item/index',
|
|
|
- // 'van-count-down': '/vant/count-down/index',
|
|
|
- // 'van-dialog': '/vant/dialog/index',
|
|
|
- // 'van-search': '/vant/search/index',
|
|
|
- // 'van-empty': '/vant/empty/index',
|
|
|
- // 'van-sticky': '/vant/sticky/index',
|
|
|
- // 'van-loading': '/vant/loading/index',
|
|
|
- // 'van-action-sheet': '/vant/action-sheet/index',
|
|
|
- // 'van-picker': '/vant/picker/index',
|
|
|
- // 'van-cell-group': '/vant/cell-group/index',
|
|
|
- // 'van-cell': '/vant/cell/index',
|
|
|
- // 'van-field': '/vant/field/index',
|
|
|
- // 'van-uploader': '/vant/uploader/index',
|
|
|
- // 'van-checkbox': '/vant/checkbox/index',
|
|
|
- // 'van-panel': '/vant/panel/index',
|
|
|
- // 'van-overlay': '/vant/overlay/index',
|
|
|
- // 'van-stepper': '/vant/stepper/index',
|
|
|
- // 'van-steps': '/vant/steps/index',
|
|
|
- // 'van-rate': '/vant/rate/index',
|
|
|
- // 'van-popup': '/vant/popup/index',
|
|
|
- // 'van-area': '/vant/area/index',
|
|
|
- // 'van-goods-action': 'vant/goods-action/index',
|
|
|
- // 'van-goods-action-icon': 'vant/goods-action-icon/index',
|
|
|
- // 'van-goods-action-button': 'vant/goods-action-button/index',
|
|
|
- // 'van-calendar': 'vant/calendar/index',
|
|
|
- // 'van-tree-select': 'vant/tree-select/index'
|
|
|
- // },
|
|
|
+ usingComponents: {
|
|
|
+ 'van-image': '/vant/image/index',
|
|
|
+ 'van-button': '/vant/button/index',
|
|
|
+ 'van-tabs': '/vant/tabs/index',
|
|
|
+ 'van-tab': '/vant/tab/index',
|
|
|
+ 'van-notice-bar': '/vant/notice-bar/index',
|
|
|
+ 'van-icon': '/vant/icon/index',
|
|
|
+ 'van-grid-item ': '/vant/grid-item/index',
|
|
|
+ 'van-count-down': '/vant/count-down/index',
|
|
|
+ 'van-dialog': '/vant/dialog/index',
|
|
|
+ 'van-search': '/vant/search/index',
|
|
|
+ 'van-empty': '/vant/empty/index',
|
|
|
+ 'van-sticky': '/vant/sticky/index',
|
|
|
+ 'van-loading': '/vant/loading/index',
|
|
|
+ 'van-action-sheet': '/vant/action-sheet/index',
|
|
|
+ 'van-picker': '/vant/picker/index',
|
|
|
+ 'van-cell-group': '/vant/cell-group/index',
|
|
|
+ 'van-cell': '/vant/cell/index',
|
|
|
+ 'van-field': '/vant/field/index',
|
|
|
+ 'van-uploader': '/vant/uploader/index',
|
|
|
+ 'van-checkbox': '/vant/checkbox/index',
|
|
|
+ 'van-panel': '/vant/panel/index',
|
|
|
+ 'van-overlay': '/vant/overlay/index',
|
|
|
+ 'van-stepper': '/vant/stepper/index',
|
|
|
+ 'van-steps': '/vant/steps/index',
|
|
|
+ 'van-rate': '/vant/rate/index',
|
|
|
+ 'van-popup': '/vant/popup/index',
|
|
|
+ 'van-area': '/vant/area/index',
|
|
|
+ 'van-goods-action': 'vant/goods-action/index',
|
|
|
+ 'van-goods-action-icon': 'vant/goods-action-icon/index',
|
|
|
+ 'van-goods-action-button': 'vant/goods-action-button/index',
|
|
|
+ 'van-calendar': 'vant/calendar/index',
|
|
|
+ 'van-tree-select': 'vant/tree-select/index'
|
|
|
+ },
|
|
|
window: {
|
|
|
backgroundTextStyle: 'light',
|
|
|
navigationBarBackgroundColor: '#fff',
|