摘要: <h1 ref="myh1">App 根组件--{{countFromSon}}</h1> showThis(){ console.log(this) this.$refs.myh1.style.color='red' } ref引用组件示例 //子组件<template> <div class=" 阅读全文
posted @ 2022-03-17 22:26 眼里无光 阅读(193) 评论(0) 推荐(0)
摘要: 1.父传子 //父亲的信息export default { data(){ return{ message:'123112', userinfo:{name:'wsc',age:18}, } },//Left为子组件,将信息传给子组件 <template> <div class="app-conta 阅读全文
posted @ 2022-03-17 21:41 眼里无光 阅读(270) 评论(0) 推荐(0)