mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Alert from './src/alert.vue'
|
|
|
|
export const ElAlert = withInstall(Alert)
|
|
export default ElAlert
|
|
|
|
export * from './src/alert'
|