mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
2431b589af
* refactor(components): refactor notification * chore: fix type * refactor(components): improve vnode * Update notification.vue
9 lines
242 B
TypeScript
9 lines
242 B
TypeScript
import { withInstallFunction } from '@element-plus/utils/with-install'
|
|
|
|
import Notify from './src/notify'
|
|
|
|
export const ElNotification = withInstallFunction(Notify, '$notify')
|
|
export default ElNotification
|
|
|
|
export * from './src/notification'
|