export default { props: { /** 数据 */ data: { type: Object, default: () => ({}) } } }