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

Taro.getSetting() 微信小程序 缺少 withSubscriptions 类型 #9277

Closed
allen-wiki opened this issue May 7, 2021 · 1 comment
Closed
Assignees
Labels
A-typings Area - TypeScript Typings 相关 enhancement New feature or request

Comments

@allen-wiki
Copy link

这个特性解决了什么问题?

缺少 withSubscriptions 的ts类型定义

这个 API 长什么样?

		Taro.getSetting({
			withSubscriptions: true,
		})
			.then(res => {
				console.log(res);
			})
			.catch(() => {});
@taro-bot2 taro-bot2 bot added the enhancement New feature or request label May 7, 2021
@Chen-jj Chen-jj added the A-typings Area - TypeScript Typings 相关 label May 7, 2021
@ZakaryCode
Copy link
Contributor

ZakaryCode commented Jan 15, 2022

fix in #10032

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-typings Area - TypeScript Typings 相关 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants