mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
bb5ec2c487
* refactor(components): refactor link * fix: buildProp
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Link from './src/link.vue'
|
|
|
|
export const ElLink = withInstall(Link)
|
|
export default ElLink
|
|
|
|
export * from './src/link'
|