alexjoverm / v-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
605 stars 70 forks source link

Fix TypeError: Cannot read property of undefined in render #32

Closed mrr000 closed 5 years ago

mrr000 commented 5 years ago

Fix issue #31 - adds check this.$options { methods, computed, components } before use Update dist

hunterae commented 5 years ago

This made the errors go away for me (from the 1.6.2 upgrade) but methods are not getting proxied properly as they did in version 1.5.2

kwaight commented 5 years ago

https://github.com/alexjoverm/v-runtime-template/pull/33

This resolved my problems with methods not proxying.

mrr000 commented 5 years ago

This made the errors go away for me (from the 1.6.2 upgrade) but methods are not getting proxied properly as they did in version 1.5.2

fix it

qpitlove commented 5 years ago

👍

alexjoverm commented 5 years ago

Fixed by 1.7.0