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】scroll-view: property [type] is required, but not set..... #1190

Closed
waney opened this issue May 21, 2024 · 5 comments
Closed

【Tabs】scroll-view: property [type] is required, but not set..... #1190

waney opened this issue May 21, 2024 · 5 comments

Comments

@waney
Copy link

waney commented May 21, 2024

"antd-mini": "^2.31.2"
"miniprogram-api-typings": "^3.12.2"

image

index.json
"ant-tabs": "antd-mini/Tabs/index"

index.wxml
  <ant-tabs style="width: 350px;" items="{{items}}" />

如下报错
image

@waney waney changed the title 【Tabs】无法使用 【Tabs】scroll-view: property [type] is required, but not set..... May 21, 2024
@rayhomie
Copy link
Collaborator

提供一下index.js

@waney
Copy link
Author

waney commented May 21, 2024

Component({
  data: {
    items: [
      {
        title: '交通之声',
        subTitle: 'FM100.3',
        content: 'a',
      },
      {
        title: '音乐之声',
        subTitle: 'FM103.9',
        content: 'b',
      },

@waney
Copy link
Author

waney commented May 21, 2024

image

@waney
Copy link
Author

waney commented May 21, 2024

image

好像还不是很完善。

@waney
Copy link
Author

waney commented May 23, 2024

找到原因,还没适配skyline,所以无法用skyline

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