mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
426a1814d0
* refactor(components): refactor empty * fix: tests
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Empty from './src/empty.vue'
|
|
|
|
export const ElEmpty = withInstall(Empty)
|
|
export default ElEmpty
|
|
|
|
export * from './src/empty'
|