Props
親から子にデータを渡す
データの型やオプションを設定できる
詳細
1)
vue-property-decorator
// 必須 and デフォルト値設定 @Prop({ required: true, default: false }) private isShow: boolean
1)
『【Vue】propsを使いこなす。typeやプロパティの設定方法と注意点』, Qiita,
https://qiita.com/shizen-shin/items/ad737fd6b290fe44c0e5
, 2021-10-14