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
选项组的值改变时,希望可以返回 当前点击的具体对象 是哪一个
CheckboxGroup Props on-update:value (value: string | number) undefined 选项组的值改变时的回调 希望 on-update:value (value: string | number, item: string | number) undefined 选项组的值改变时的回调
The text was updated successfully, but these errors were encountered:
58c23f6
No branches or pull requests
This function solves the problem (这个功能解决的问题)
选项组的值改变时,希望可以返回 当前点击的具体对象 是哪一个
Expected API (期望的 API)
CheckboxGroup Props
on-update:value (value: string | number) undefined 选项组的值改变时的回调
希望 on-update:value (value: string | number, item: string | number) undefined 选项组的值改变时的回调
The text was updated successfully, but these errors were encountered: