alexjoverm / alexjoverm/v-runtime-template

Property or method "test" is not defined on the instance but referenced during render.

Aperta
#79 1 commento 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

_**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',
}
}
}

```

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.