vue中父传子,子传父,兄弟组件传值方法合集
摘要:1.父传子 //父组件 <father-component :nameData="name"></father-component> export default{ data(){ name'123' } } //子组件 <child-component>{{nameData}}</child-co
阅读全文
posted @ 2020-08-17 17:31
posted @ 2020-08-17 17:31
posted @ 2020-07-09 11:35
posted @ 2020-05-20 14:20
posted @ 2020-05-20 14:11