alexjoverm / alexjoverm/v-runtime-template
The "PromoBox" component has been registered but not used
- Lenguaje dominante
- JavaScript
- Estrellas
- 601
- Forks
- 71
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.