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

[Vue warn]: Error in render: "TypeError: Cannot read property 'Code' of undefined" #76

Open shevchenko-web opened 3 years ago

shevchenko-web commented 3 years ago

Dear clients. Is there any way to solve it?

image

Home.vue

starlight93 commented 3 years ago

I solved this similiar problem by implementing v-runtime-template in sub-component, then call this sub-component to main vue file. Read this solution