feat: 完成dialog动态封装

This commit is contained in:
MTrun
2021-12-20 17:38:44 +08:00
parent 4991532883
commit 2120e26220
3 changed files with 81 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
export enum DialogEnum {
delete = 'delete',
warning = 'warning',
error = 'error',
success = 'success'
}