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