码农搬砖工 9018a4f868 xxx
2025-04-23 18:23:41 +08:00

19 lines
275 B
JavaScript

const props = {
content: {
type: String,
value: '',
},
icon: {
type: String,
},
status: {
type: String,
value: 'default',
},
title: {
type: String,
value: '',
},
};
export default props;