I\'m doing a program using Slim 2 that uses Twig as my templating engine. so It uses the syntax {{ foo }} in php file. On the other hand, I\'m using vue.js, it
{{ foo }}
I'm using VueJs v2, with the syntax bellow:
Where book.cover is one of the myVueInstance.$data.book fields.
Here's the docs