We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
请使用cache/bind方式绑定组件的自定义事件。 例如tabs组件的itemtap事件的绑定如下: <e-tabs items='{{ ["全部", "最近", "发布", "最新", "热点" ] }}' selectColor='#455488' theme='smallBar' catchitemtap='testTap'/> 索引在itemtap事件对象中获取。event.detail.currentTarget.dataset.index就是当前点击的tab项,其中event为事件对象。
<e-tabs items='{{ ["全部", "最近", "发布", "最新", "热点" ] }}' selectColor='#455488' theme='smallBar' catchitemtap='testTap'/>
Sorry, something went wrong.
biggestDreamerly
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: