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

通过泛型, 使 getApp 可以支持代码提示 #77

Closed
jason-chang opened this issue Sep 14, 2019 · 0 comments
Closed

通过泛型, 使 getApp 可以支持代码提示 #77

jason-chang opened this issue Sep 14, 2019 · 0 comments
Labels
enhancement New feature or request fixed Issue already fixed

Comments

@jason-chang
Copy link

通过泛型, 使 getApp 可以支持代码提示

interface GetApp {
    <T>(opts?: GetAppOption): Instance<T>
}
@wechat-miniprogram-admin wechat-miniprogram-admin added enhancement New feature or request fix in next version Issue will be solved in next version labels Sep 16, 2019
@wechat-miniprogram-admin wechat-miniprogram-admin added fixed Issue already fixed and removed fix in next version Issue will be solved in next version labels Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed Issue already fixed
Projects
None yet
Development

No branches or pull requests

2 participants