doc: 修正快速开始部分的文档错误. (#3540)

Co-authored-by: Bruce <wenjie.wang01@liulishuo.com>
This commit is contained in:
Bruce Wong 2022-02-08 10:35:17 +08:00 committed by GitHub
parent 474dc90601
commit 975a8b14ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ let amisScoped = amis.embed(
},
{
// 下面是一些可选的外部控制函数
// 在 skd 中可以不传,用来实现 ajax 请求,但在 npm 中这是必须提供的
// 在 sdk 中可以不传,用来实现 ajax 请求,但在 npm 中这是必须提供的
// fetcher: (url, method, data, config) => {},
// 全局 api 请求适配器
// 另外在 amis 配置项中的 api 也可以配置适配器,针对某个特定接口单独处理。