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>