+
+
当前求和为:{{ sum }}
+ 当前求和的10倍为:{{ bigSum }}
+ 我是{{ name }},我在{{ school }}学习
+ Person组件的总人数是:{{ personList.length }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/course/vue2/vuex/heima/src/components/Person.vue b/course/vue2/vuex/heima/src/components/Person.vue
new file mode 100644
index 0000000000000000000000000000000000000000..39bcdc7a009802619fda4c637695a7b5501c7229
--- /dev/null
+++ b/course/vue2/vuex/heima/src/components/Person.vue
@@ -0,0 +1,38 @@
+