mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 03:38:41 +08:00
6503e55277
* refactor(utils-v2): migrate utils * refactor(utils-v2): migrate utils * refactor(utils-v2): migrate utils * refactor(utils): remove * refactor(utils): rename * refactor(utils): move EVENT_CODE to constants * refactor: remove generic
9 lines
182 B
TypeScript
9 lines
182 B
TypeScript
import { withInstall } from '@element-plus/utils'
|
|
|
|
import Alert from './src/alert.vue'
|
|
|
|
export const ElAlert = withInstall(Alert)
|
|
export default ElAlert
|
|
|
|
export * from './src/alert'
|