alexjoverm / alexjoverm/v-runtime-template

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

オープン
#79 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
601
フォーク
71
PR マージ指標
30日以内にマージされた PR はありません

説明

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

```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。