0👍
I would say that the following line makes the thing you want:
Vue.config.delimiters = ['<%', '%>']
new Vue({
})
- [Vuejs]-Does vue-cli transpile/polyfill/shim async/await for IE11?
- [Vuejs]-VueJS messing up my form submit, removing all post data
Source:stackexchange.com