alexjoverm / alexjoverm/v-runtime-template
Property or method "test" is not defined on the instance but referenced during render.
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 601
- Fork
- 71
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
_**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',
}
}
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.