naive-ui icon indicating copy to clipboard operation
naive-ui copied to clipboard

feat(menu): support spacer in menu

Open equt opened this issue 1 year ago • 3 comments

close #3524

equt avatar Aug 17 '22 06:08 equt

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

Name Status Preview Updated
naive-ui ✅ Ready (Inspect) Visit Preview Aug 18, 2022 at 2:23AM (UTC)

vercel[bot] avatar Aug 17 '22 06:08 vercel[bot]

Codecov Report

Merging #3531 (f3f8d26) into main (60015b1) will decrease coverage by 0.01%. The diff coverage is 53.84%.

@@            Coverage Diff             @@
##             main    #3531      +/-   ##
==========================================
- Coverage   62.99%   62.98%   -0.02%     
==========================================
  Files        1056     1057       +1     
  Lines       21923    21937      +14     
  Branches     5719     5721       +2     
==========================================
+ Hits        13811    13817       +6     
- Misses       6623     6629       +6     
- Partials     1489     1491       +2     
Impacted Files Coverage Δ
src/menu/index.ts 100.00% <ø> (ø)
src/menu/src/MenuSpacer.tsx 50.00% <50.00%> (ø)
src/menu/src/utils.tsx 86.84% <57.14%> (-10.04%) :arrow_down:
src/data-table/src/TableParts/Body.tsx 62.98% <0.00%> (-0.23%) :arrow_down:
src/data-table/src/interface.ts 100.00% <0.00%> (ø)
src/data-table/src/DataTable.tsx 70.93% <0.00%> (ø)
src/data-table/src/styles/index.cssr.ts 100.00% <0.00%> (ø)
src/data-table/src/use-expand.ts 61.76% <0.00%> (+1.15%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 17 '22 06:08 codecov-commenter

image

如果你需要加的话加这个吧,不要搞一个新类型了,dropdown 现在就支持这个

07akioni avatar Aug 18 '22 16:08 07akioni