UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (5 loc) 195 B
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'