1
0
mirror of synced 2026-04-03 14:38:37 +08:00
Files
tmagic-editor/vue-components/container/src/event.ts

7 lines
159 B
TypeScript

import { COMMON_EVENT_PREFIX } from '@tmagic/core';
export default {
methods: [],
events: [{ label: '点击', value: `${COMMON_EVENT_PREFIX}click` }],
};