+  
+    
当前求和为: {{ sum }}
+    当前求和放大10倍后为: {{ bigSum }}
+    我在{{ school }},学{{ subject }}
+    Person组件的总人数是:{{personList.length}}
+    
+    
+    
+    
+    
+  
+
+
+
+
+
\ No newline at end of file
diff --git a/20_脚手架/vue_code/25.src_求和案例_多组件共享数据/components/Person.vue b/20_脚手架/vue_code/25.src_求和案例_多组件共享数据/components/Person.vue
new file mode 100644
index 0000000..1f7986f
--- /dev/null
+++ b/20_脚手架/vue_code/25.src_求和案例_多组件共享数据/components/Person.vue
@@ -0,0 +1,45 @@
+