mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
0636e1e240
* style: add import lint * chore: apply eslint rules * chore: add stricter lint * chore: lint all files * auto fix * manually fix * restore build-indices.ts
8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
import Avatar from './src/avatar.vue'
|
|
|
|
export const ElAvatar = withInstall(Avatar)
|
|
export default ElAvatar
|
|
|
|
export * from './src/avatar'
|