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

支付宝小程序使用Ant Design Mini, Tabs标签组件,content内容是json数据集,如何显示 #1292

Closed
iapeng opened this issue Oct 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@iapeng
Copy link

iapeng commented Oct 9, 2024

jsonData = [
{
title: 'Tab 1',
content: [
{ name: 'John Doe', age: 32, job: 'Developer' },
{ name: 'Jane Smith', age: 28, job: 'Designer' },
],
},
{
title: 'Tab 2',
content: [
{ product: 'Laptop', price: 999, stock: 10 },
{ product: 'Smartphone', price: 499, stock: 20 },
],
},
];

@iapeng iapeng added the enhancement New feature or request label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants