fengyuanchen/vue-feather

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

Open

#20 opened on 2026年1月21日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (17 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (156 stars)
PR merge metrics
 (PR metrics pending)

説明

VueFeather causing deprecation RENDER_FUNCTION compat warning if its wrapped inside another component.

<MyButton>
  <VueFeather
      type="chevron-down"
      class="mp-icon"
      size="20"
  />
</MyButton>

コントリビューターガイド