diff --git a/10-组件化开发/08-父子组件的访问/子组件访问父-根组件($parent-$root)/子组件访问根组件$root.html b/10-组件化开发/08-父子组件的访问/子组件访问父-根组件($parent-$root)/子组件访问根组件$root.html new file mode 100644 index 0000000..b6383f7 --- /dev/null +++ b/10-组件化开发/08-父子组件的访问/子组件访问父-根组件($parent-$root)/子组件访问根组件$root.html @@ -0,0 +1,58 @@ + + + + + + + Document + + +
+ +
+ + + + + \ No newline at end of file diff --git a/10-组件化开发/08-父子组件的访问/子组件访问父-根组件($parent-$root)/子组件访问父组件$parents.html b/10-组件化开发/08-父子组件的访问/子组件访问父-根组件($parent-$root)/子组件访问父组件$parents.html new file mode 100644 index 0000000..bb78b32 --- /dev/null +++ b/10-组件化开发/08-父子组件的访问/子组件访问父-根组件($parent-$root)/子组件访问父组件$parents.html @@ -0,0 +1,40 @@ + + + + + + + Document + + +
+ {{content}} + +
+ + + + + \ No newline at end of file