Props — parent to child. Data — internal.
1// Props2<Child :message="hello" />3 4// Data5data() { return { count: 0 } }