From 585e9392ff68ff1d0aa020cd5b4b8e9962ed57a3 Mon Sep 17 00:00:00 2001 From: "3056762376@qq.com" <3056762376@qq.com> Date: Mon, 7 Nov 2022 20:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E6=9B=B4=E6=96=B0=E8=87=B3=E4=BD=9C?= =?UTF-8?q?=E7=94=A8=E5=9F=9F=E6=8F=92=E6=A7=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../03-作用域插槽的使用.html | 2 +- .../09-组件插槽使用/index.html | 15 +++++++ .../复习/复习具名插槽.html | 44 +++++++++++++++++++ 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 10-组件化开发/09-组件插槽使用/index.html create mode 100644 10-组件化开发/09-组件插槽使用/复习/复习具名插槽.html diff --git a/10-组件化开发/09-组件插槽使用/03-作用域插槽的使用.html b/10-组件化开发/09-组件插槽使用/03-作用域插槽的使用.html index 5b15aef..5425d28 100644 --- a/10-组件化开发/09-组件插槽使用/03-作用域插槽的使用.html +++ b/10-组件化开发/09-组件插槽使用/03-作用域插槽的使用.html @@ -13,7 +13,7 @@

这是父组件

- {{li.join("__-_")}} + {{li.join("-")}}
diff --git a/10-组件化开发/09-组件插槽使用/index.html b/10-组件化开发/09-组件插槽使用/index.html new file mode 100644 index 0000000..e927973 --- /dev/null +++ b/10-组件化开发/09-组件插槽使用/index.html @@ -0,0 +1,15 @@ + + + + + + + Document + + +
+ +
+ + + \ No newline at end of file diff --git a/10-组件化开发/09-组件插槽使用/复习/复习具名插槽.html b/10-组件化开发/09-组件插槽使用/复习/复习具名插槽.html new file mode 100644 index 0000000..31758c1 --- /dev/null +++ b/10-组件化开发/09-组件插槽使用/复习/复习具名插槽.html @@ -0,0 +1,44 @@ + + + + + + + Document + + +
+ +
+ +
+
+ + + +
+ + + + + \ No newline at end of file