Props — external. Data — internal.
1// Props2props: ["message"]3 4// Data5data() { return { count: 0 } }