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

[tabs] 不支持 skyline #2786

Closed
narukeu opened this issue May 21, 2024 · 1 comment · Fixed by #2788
Closed

[tabs] 不支持 skyline #2786

narukeu opened this issue May 21, 2024 · 1 comment · Fixed by #2788

Comments

@narukeu
Copy link
Contributor

narukeu commented May 21, 2024

tdesign-miniprogram 版本

1.4.0

重现步骤

在 Skyline 渲染模式下使用 t-tabs 组件,出现以下提示:
截屏2024-05-21 14 41 29

基础库版本

3.4.2

补充说明

原因是 tabs 组件使用到了 scroll-view 这个组件,scroll-view 组件在 Skyline 模式下需要加一个 type 参数才可以正常使用(而 tabs 组件里并没有加这个参数,所以使用不了)。

Copy link
Contributor

👋 @narukeu,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

narukeu added a commit to narukeu/tdesign-miniprogram that referenced this issue May 21, 2024
fix the issue with the tabs component under Skyline

fix Tencent#2786
jarmywang pushed a commit that referenced this issue May 23, 2024
fix the issue with the tabs component under Skyline

fix #2786
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

Successfully merging a pull request may close this issue.

1 participant