alexjoverm / alexjoverm/v-runtime-template
Property or method "test" is not defined on the instance but referenced during render.
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 601
- Forks
- 71
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
_**EDIT:** The problem occured cause_ `v-runtime-template` _was child of_ `vue-draggable-resizable` _component._
_**Issue can be deleted.**_
In the following, simple case, I get the error in the title.
I am using Vue 2.x
```
import VRuntimeTemplate from "v-runtime-template";
export default {
components: {VRuntimeTemplate},
data() {
return {
template: '<h3>this is a {{test}}</h3>',
test: 'abc',
}
}
}
```
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.