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