会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chester
博客园
首页
新随笔
联系
订阅
管理
2018年6月12日
Vue 动态传值,Get传值
摘要: Vue 路由get传值1.动态传值 1.1需要在路由配置时指定参数: {component:'/home/:id'} 1.2在routerlink中指定格式:<router-link :to="'/home/'+123"></router-link> 1.3在跳转到的页面中通过this.$route
阅读全文
posted @ 2018-06-12 15:38 chester·chen
阅读(587)
评论(0)
推荐(0)