1
0
mirror of synced 2026-03-25 20:58:38 +08:00
Files
tmagic-editor/react-components/page/src/event.ts
2024-12-09 20:21:34 +08:00

9 lines
104 B
TypeScript

export default {
methods: [
{
label: '刷新页面',
value: 'refresh',
},
],
};