回答編集履歴

1

コメントつけ忘れてたのでつけました

2018/10/27 07:09

投稿

退会済みユーザー
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  },
76
76
 
77
- template: '<my-app-2 v-bind:parentData="this.$data"></my-app-2>'
77
+ template: '<my-app-2 v-bind:parentData="this.$data"></my-app-2>' // propsであるparentDataにデータを渡します
78
78
 
79
79
  });
80
80