diff --git a/src/App.vue b/src/App.vue
index 90cdc2eb7fce72f508e68da04b2a4cc7ec3b3eb1..b7aed981b0d67227bc6e658dc204cf1cbc58f04c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,9 +1,9 @@
-
+
\ No newline at end of file
diff --git a/src/page/parent.vue b/src/page/parent.vue
deleted file mode 100644
index b9ac528bda9adbcf210079e25ee930a9ed14d9bd..0000000000000000000000000000000000000000
--- a/src/page/parent.vue
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git "a/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/child.vue" "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/child.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..365c3ecaeb0ea171f59e2f634d4193c35441190c
--- /dev/null
+++ "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/child.vue"
@@ -0,0 +1,30 @@
+
+
+
+
+
我是子组件
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/parent.vue" "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/parent.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..370758210bc64b911eb46fbcb043f476459a5469
--- /dev/null
+++ "b/src/\345\255\220\347\273\204\344\273\266\344\274\240\345\200\274\347\273\231\347\210\266\347\273\204\344\273\266/parent.vue"
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+ 获取子组件的值:{{ game }}
+
+
+
+
+
\ No newline at end of file