Is it possible to change braces {{ msg }}
in vuejs to something else, for example: {( msg )}
?
You can change the delimiters like so:
new Vue({
delimiters: ['{(', ')}']
})
https://v2.vuejs.org/v2/api/#delimiters
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With