Fork me on GitHub
摘要: 1、直接调用$router.push 实现携带参数的跳转通过params来传递参数 路由配置:写 /:id url上会直接显示参数值1,不写/:id url上不会显示 { path: '/learn', name: 'learn', component: Learn, children: [{ pa 阅读全文
posted @ 2020-01-19 15:27 小白不白10 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1、在index.js中引入vant组件 import { Button } from 'vant' Vue.use(Button); import { Cell, CellGroup } from 'vant'; Vue.use(Cell); Vue.use(CellGroup); import 阅读全文
posted @ 2020-01-19 11:34 小白不白10 阅读(2666) 评论(0) 推荐(0) 编辑
摘要: 如果您还没有搭建vue-cli项目,那么请参考https://www.cnblogs.com/xiaobaibubai/p/7560416.html这篇博客,搭建好的vue-cli项目结构如下: 1.cmd控制台输入安装vant的命令 npm i vant -S:这是简写形式。 npm instal 阅读全文
posted @ 2020-01-19 10:47 小白不白10 阅读(3312) 评论(1) 推荐(0) 编辑