mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
import { COMMON_EVENT_PREFIX } from '@tmagic/core';
|
|
|
|
export default {
|
|
methods: [],
|
|
events: [{ label: '点击', value: `${COMMON_EVENT_PREFIX}click` }],
|
|
};
|