2018年11月24日

vue登录

摘要: <template> <section class="wrap-page wrap-page-u" style="padding-top:2rem;"> <div class="us-box"> <h2>登录</h2> <div class="lItem"> <input type="number" 阅读全文

posted @ 2018-11-24 21:29 微先锋 阅读(256) 评论(0) 推荐(0) 编辑

vue 页面跳转及参数传递和接收

摘要: 跳转: this.$router.push({name: 'My',params:{ id:'1',name:'anson'}}); 接收: {{this.$route.params.id}} {{this.$route.params.id}} 阅读全文

posted @ 2018-11-24 20:24 微先锋 阅读(1315) 评论(0) 推荐(0) 编辑

导航