mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
0eca6446e4
* refactor(components): refactor dialog * refactor: drawer for dialog
9 lines
233 B
TypeScript
9 lines
233 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
import Dialog from './src/dialog.vue'
|
|
|
|
export const ElDialog = withInstall(Dialog)
|
|
export default ElDialog
|
|
|
|
export * from './src/use-dialog'
|
|
export * from './src/dialog'
|