fengyuanchen/vue-feather

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

Open

#20 aberto em 21 de jan. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (17 forks)github user discovery
help wantedquestion

Métricas do repositório

Stars
 (156 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

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

Guia do colaborador