1.0.4 • Published 2 months ago

zzbdex-api-register v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

zzbdex-api-register

安装API注册弹框组件

npm i zzbdex-api-register

引用API注册弹框组件

import openApiEditor from 'zzbdex-api-register

import 'zzbdex-api-register/dist/style.css

使用说明 导出一个函数,函数入参配置如下

openApiEditor({
    url: string,                            //iframe链接
     fullscreen?: boolean,                  //是否全屏展示
     title?: string,                        //弹框标题不传默认API编辑器
     callback?: (data?: any) => void        //回调函数
})
1.0.2

2 months ago

1.0.1

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.0

2 months ago