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