阅读背景:

Vue.js父子组件和非父子组件间的传值通信

来源:互联网 

父子组件的传值通信

父组件向子组件传值

  • 父组件:
<template>
    <child :message="parentMessage"></child>
</template>

data () {
    return {
        parentMessage: "this is a message from parent"
    }
}<template



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: