Closed Thomasan1999 closed 3 years ago
I'm using components which are sent from API and loaded from Vue.component(), so I need a runtime compiler for that. With Webpack, I could use the option runtimeCompiler: true. Can I achieve the same thing with this plugin?
Vue.component()
runtimeCompiler: true
Please see https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only, you can config alias to use vue-core with compiler.
alias
I'm using components which are sent from API and loaded from
Vue.component()
, so I need a runtime compiler for that. With Webpack, I could use the optionruntimeCompiler: true
. Can I achieve the same thing with this plugin?