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