mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
import Avatar from './src/avatar.vue'
|
|
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
export const ElAvatar = withInstall(Avatar)
|
|
export default ElAvatar
|
|
|
|
export * from './src/avatar'
|