mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-13 01:06:23 +00:00
同步gitee代码
This commit is contained in:
8
smart-admin-h5/src/plugins/vant.js
Normal file
8
smart-admin-h5/src/plugins/vant.js
Normal 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);
|
||||
Reference in New Issue
Block a user