[Vuejs]-How to assign "Vue Js" tags in globally?

0👍

I would say that the following line makes the thing you want:

Vue.config.delimiters = ['<%', '%>']

new Vue({

})

Leave a comment