<!-- 1、props --> // child props: { msg: String } // parent <HelloWorld msg="Welcome to Your Vue.js App"/> 复制代码 <!-- 2、$children --> // parent this.$children .xx = 'xxx' 复制代码 <!-- 3、$refs --> // parent <HelloWorld ref="hw"/> mo...
<!-- 1、props --> // child props: { msg: String } // parent <HelloWorld msg="Welcome to Your Vue.js App"/> 复制代码 <!-- 2、$children --> // parent this.$children .xx = 'xxx' 复制代码 <!-- 3、$refs --> // parent <HelloWorld ref="hw"/> mo...