fengyuanchen/vue-feather

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

Open

#20 aperta il 21 gen 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (17 fork)github user discovery
help wantedquestion

Metriche repository

Star
 (156 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

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

Guida contributor