Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interface LoadSubpackageOption参数 name类型错误,应该是string #2

Closed
Githubxplabs opened this issue Jan 4, 2020 · 1 comment

Comments

@Githubxplabs
Copy link

interface LoadSubpackageOption {
/** 分包加载结束回调事件(加载成功、失败都会执行) /
complete: Function;
/
* 分包加载失败回调事件 /
fail: Function;
/
* 分包的名字,可以填 name 或者 root /
name: Function;
/
* 分包加载成功回调事件 */
success: Function;
}

@SgLy
Copy link
Contributor

SgLy commented Mar 3, 2020

fixed in 2.10.2.

@SgLy SgLy closed this as completed Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants