alexjoverm / alexjoverm/v-runtime-template

The "PromoBox" component has been registered but not used

Aperta
#58 3 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
601
Fork
71
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I have the following issue:

```vue



import VRuntimeTemplate from 'v-runtime-template'
import PromoBox from '@/components/base/promo-box'

export default {
data () {
return {
html: '<div><promo-box></promo-box></div>'
}
},
components: {
VRuntimeTemplate,
PromoBox
}
}

```

This throws out error `The "PromoBox" component has been registered but not used` when building because `` component is not present in the template. Am I doing something wrong? I see no other people having this issue, am I missing something?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.