fengyuanchen/vue-feather
在 GitHub 查看"deprecation RENDER_FUNCTION" @vue/compat warning if its wrapped inside another component
Open
#20 建立於 2026年1月21日
help wantedquestion
倉庫指標
- Star
- (156 star)
- PR 合併指標
- (PR 指標待抓取)
描述
VueFeather causing deprecation RENDER_FUNCTION compat warning if its wrapped inside another component.
<MyButton>
<VueFeather
type="chevron-down"
class="mp-icon"
size="20"
/>
</MyButton>