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

How to enable runtimeCompiler in laravel-mix? #61

Closed bci24 closed 4 years ago

bci24 commented 4 years ago

// vue.config.js module.exports = { runtimeCompiler: true };

How to enable runtimeCompiler using laravel 6 with vue ?

How to enable runtimeCompiler in laravel-mix?

bci24 commented 4 years ago

My bad .... you don't have to enable anything. I forgot when import the component to use the component

components: {VRuntimeTemplate},