mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
import { withInstall } from '@element-plus/utils-v2'
|
|
|
|
import Link from './src/link.vue'
|
|
|
|
export const ElLink = withInstall(Link)
|
|
export default ElLink
|
|
|
|
export * from './src/link'
|