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

template compiler is not available #62

Open Soorya611 opened 4 years ago

Soorya611 commented 4 years ago

I'm getting this error:

`[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

found in

--->

at src/components/DocumentationContentWidget.vue at src/views/DocumentationPage.vue at src/App.vue ` how to fix this?
Soorya611 commented 4 years ago

Fixed this issue by adding "runtimeCompiler: true" on my "vue.config.js" file.