mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
|
import { withInstall } from '@element-plus/utils'
|
||
|
import Mention from './src/mention.vue'
|
||
|
import type { SFCWithInstall } from '@element-plus/utils'
|
||
|
|
||
|
export const ElMention: SFCWithInstall<typeof Mention> = withInstall(Mention)
|
||
|
export default ElMention
|
||
|
|
||
|
export * from './src/mention'
|