给vue组件传递对象或是数组,参考下面语法:
props: { prop_object: { type: Object, default: () => ({}) }, prop_array: { type: Array, default: () => [] } }