alexjoverm / alexjoverm/v-runtime-template
The "PromoBox" component has been registered but not used
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 601
- Forks
- 71
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.