給vue元件傳遞物件或是陣列,參考下面語法:
props: { prop_object: { type: Object, default: () => ({}) }, prop_array: { type: Array, default: () => [] } }