This website works better with JavaScript
Home
Explore
Help
Register
Sign In
yangcr
/
gw
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
14dc541f88
Branches
Tags
master
gw
/
plugins
/
vant-ui.js
vant-ui.js
98 B
History
Raw
1
2
3
4
import Vue from 'vue'
import { NavBar } from 'vant';
import 'vant/lib/index.less'
Vue.use(NavBar);