element-plus
Version:
> TODO: description
18 lines (15 loc) • 485 B
JavaScript
import { ElPopoverDirective } from './components/popover';
import { ElInfiniteScroll } from './components/infinite-scroll';
import { ElLoading } from './components/loading';
import { ElMessage } from './components/message';
import { ElMessageBox } from './components/message-box';
import { ElNotification } from './components/notification';
var plugin = [
ElInfiniteScroll,
ElLoading,
ElMessage,
ElMessageBox,
ElNotification,
ElPopoverDirective
];
export default plugin;