标签:传值 font 取值 操作 size component push div one
1.路由传值:
传值:this.$router.push({ path: ‘/a‘, query: { id:1, age:18 } }) //如点击时触发
接收:this.$route.query.id || this.$route.query.age
2.父组件找子组件拿值及其方法:
父:
import b1 from ‘./b.vue‘
components:{b1}
标签:传值 font 取值 操作 size component push div one
原文地址:https://www.cnblogs.com/fxw1/p/14847745.html