vant icon indicating copy to clipboard operation
vant copied to clipboard

[Feature Request] Tab 透传 Badge 的 offset 属性

Open json-q opened this issue 11 months ago • 0 comments

What problem does this feature solve?

感觉 Badge 在 Tab 下的展示效果并不是很好,如图所示:

image

本来想调整一下 Badge 的位置,发现并不支持 offset 属性

image

希望能够支持透传一下 Badge 的 offset

What does the proposed API look like?

<van-tab title="标签 1" badge="10" :offset="[20,20]">

json-q avatar Jan 14 '25 03:01 json-q