vant-ui.js 98 B

1234
  1. import Vue from 'vue'
  2. import { NavBar } from 'vant';
  3. import 'vant/lib/index.less'
  4. Vue.use(NavBar);