fix(components): [mention] native event triggered twice (#18453)

This commit is contained in:
Summer 2024-10-09 21:54:50 +08:00 committed by GitHub
parent b92d3e0297
commit 7e4682a2ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,6 +76,7 @@ import type { MentionCtx, MentionOption } from './types'
defineOptions({
name: 'ElMention',
inheritAttrs: false,
})
const props = defineProps(mentionProps)