Files
2025-10-01 10:01:52 +08:00

8 lines
109 B
JavaScript

const props = {
direction: {
type: String,
value: 'all',
},
};
export default props;