码迷,mamicode.com
首页 > 移动开发 > 详细

护工手机端页面总结

时间:2018-03-26 17:56:34      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:pos   component   name   default   nts   路径   路径名   div   tabbar   

this.$route.query或者 this.$route.params接收router-link传的参数

有个方法就是在script标签里面写this.$router.push(‘要跳转的路径名‘),

 

 

关于导入组件,组件跳转,和组件显示

组件:(关注点:showtabbar,footer-tabbar,FooterTabbar)

app.vue

<footer-tabbar v-show="$route.meta.showtabbar"></footer-tabbar>
 
<script>
import FooterTabbar from ‘./components/FooterTabbar‘
export default {
name: ‘app‘,
components: {
FooterTabbar
}
}
</script>
 
 
index.js
{
path: ‘/Home‘,
name: ‘Home‘,
component: Home,
meta: { showtabbar: true }
},

护工手机端页面总结

标签:pos   component   name   default   nts   路径   路径名   div   tabbar   

原文地址:https://www.cnblogs.com/jiye123/p/8652390.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!