健康同学微信公众号h5项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
190B

  1. // 按需全局引入 vant组件
  2. import Vue from 'vue';
  3. import { Button, Tabbar, TabbarItem, Toast, NavBar } from 'vant';
  4. Vue.use(Button).use(Tabbar).use(TabbarItem).use(Toast).use(NavBar);