fix: 修改类型

This commit is contained in:
mtruning
2022-01-23 19:22:54 +08:00
parent 0033b42008
commit d7965c5857
3 changed files with 12 additions and 7 deletions
+6
View File
@@ -10,6 +10,12 @@ import { renderIcon } from '@/utils'
* * render 对话框
* @param { Object} params 配置参数
* @param { Function } dialogFn 函数
* ```
* // 最简易demo
* goDialog({
* onPositiveCallback: () => {}
* })
* ```
*/
export const goDialog = (
params: {