mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改类型
This commit is contained in:
@@ -10,6 +10,12 @@ import { renderIcon } from '@/utils'
|
||||
* * render 对话框
|
||||
* @param { Object} params 配置参数
|
||||
* @param { Function } dialogFn 函数
|
||||
* ```
|
||||
* // 最简易demo
|
||||
* goDialog({
|
||||
* onPositiveCallback: () => {}
|
||||
* })
|
||||
* ```
|
||||
*/
|
||||
export const goDialog = (
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user