父组件给子组件传值
    自定义组件传值

    1. 发送,父组件写
    2. <p :data="d" ></p>
    3. 接收,子组件接

    子组件给父组件传值

    1. this.$emit('事件名称''参数')