在 Vue2 中,父组件向子组件传递数据是通过 props 机制实现的。props 是子组件接受父组件数据的一种方式,它就像是子组件的“参数”。
props
App
Child
message
<template> <div