同步gitee代码

This commit is contained in:
1024lab@sina.com
2021-08-10 14:13:34 +08:00
parent ca770b208d
commit 5593e3d2f8
82 changed files with 8248 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
// 按需全局引入 vant组件
import Vue from 'vue';
import { Button, List, Cell, Tabbar, TabbarItem } from 'vant';
Vue.use(Button);
Vue.use(Cell);
Vue.use(List);
Vue.use(Tabbar).use(TabbarItem);