fengyuanchen/vue-feather

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

Open

#20 建立於 2026年1月21日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (17 fork)github user discovery
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>

貢獻者指南