主题
Vant是有赞前端团队开源的移动端组件库,支持Vue 2和Vue 3。
// 安装 npm i vant // 引入 import { Button } from 'vant' import 'vant/lib/index.css' // 注册 app.use(Button)