Hi Guys,
Recently decided to start using Vue.js, I'm currently using volt for my views, but there is an issue, the syntax is identical for variables.
Is there any way to escape the variables in volt? In Laravel for instance with blade syntax you escape it with and @ symbol at the start e.g. @{{ variableName }}
I know you can do {{ '{{' }} variableName {{ '}' }} but I absolutely hate this, any other way around it?
Cheers! Andre