Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Vue.js with handlebars?

I have some sort of conflict... variables in handlebars declarating like {{hbs_variable}}, the same as Vue.js variables {{vue_varable}}, and cause of that Vue ain't working on my website (when it's see variable from hbs, but trying to understand it by itself), how to solve that problem?

like image 477
Bim Bam Avatar asked Oct 25 '25 12:10

Bim Bam


1 Answers

Solved. Vue.js have alternative syntaxis \{{vue_variable}}

like image 143
Bim Bam Avatar answered Oct 27 '25 01:10

Bim Bam