varletjs / varlet

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
https://varlet.pages.dev
MIT License
4.81k stars 602 forks source link

feat(checkbox-group): support label-key and value-key prop and export checked for default slot #1640

Closed chouchouji closed 1 month ago

chouchouji commented 1 month ago

Checklist

List of tasks you have already done and plan to do.

Change information

Describe your modifications here.

Issues

The issues you want to close, formatted as close #1.

Related Links

Links related to this pr.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
varlet ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 0:41am
vercel[bot] commented 1 month ago

@chouchouji is attempting to deploy a commit to the varletjs Team on Vercel.

A member of the Team first needs to authorize it.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.76%. Comparing base (0dbc67c) to head (9b68e5f). Report is 12 commits behind head on dev.

:exclamation: Current head 9b68e5f differs from pull request most recent head 2f4619c

Please upload reports for the commit 2f4619c to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #1640 +/- ## ======================================= Coverage 92.76% 92.76% ======================================= Files 307 307 Lines 7204 7205 +1 Branches 1795 1796 +1 ======================================= + Hits 6683 6684 +1 Misses 454 454 Partials 67 67 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

chouchouji commented 1 month ago

@haoziqaq 耗子哥,支持label-key和value-key的话,类型这里label和value也不是必填的了 image