fengyuanchen/vue-feather

"deprecation RENDER_FUNCTION" @vue/compat warning if its wrapped inside another component

开放

#20 创建于 2026年1月21日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (17 个派生)github user discovery
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>

贡献者指南