fengyuanchen/vue-feather
"deprecation RENDER_FUNCTION" @vue/compat warning if its wrapped inside another component
开放
#20 创建于 2026年1月21日
help wantedquestion
仓库指标
- 星标
- (156 个星标)
- PR 合并指标
- (30 天内没有已合并 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>