From 40e4c3db8858a7d1ad9409d4136f0d349243d923 Mon Sep 17 00:00:00 2001 From: Code12121 <3056762376@qq.com> Date: Mon, 24 Oct 2022 15:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=87=B3=E5=A4=8D=E4=B9=A0?= =?UTF-8?q?=E7=88=B6=E7=BB=84=E4=BB=B6=E5=90=91=E5=AD=90=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E9=80=9A=E4=BF=A1=EF=BC=88=E8=AF=A6=E7=BB=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../父组件传递子组件数据.html | 42 ------------- ...件向子组件传递数据(详细).html | 59 +++++++++++++++++++ 2 files changed, 59 insertions(+), 42 deletions(-) delete mode 100644 10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信/父组件传递子组件数据.html create mode 100644 10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信(props)/复习1父组件向子组件传递数据(详细).html diff --git a/10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信/父组件传递子组件数据.html b/10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信/父组件传递子组件数据.html deleted file mode 100644 index a03aa56..0000000 --- a/10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信/父组件传递子组件数据.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - Document - - - -
- -
- - - - - \ No newline at end of file diff --git a/10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信(props)/复习1父组件向子组件传递数据(详细).html b/10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信(props)/复习1父组件向子组件传递数据(详细).html new file mode 100644 index 0000000..92fa026 --- /dev/null +++ b/10-组件化开发/07-父子组件的通信/07-1父组件向子组件的通信(props)/复习1父组件向子组件传递数据(详细).html @@ -0,0 +1,59 @@ + + + + + + + 父组件向子组件传递数据 + + + +
+ + +
+ + + + + + + \ No newline at end of file