Closed JohnSmith0602 closed 9 years ago
tl;dr You can't.
template is rendered before any vue instance, so it's literally [[name]]
in the html when loading helper functions. What you need to do is just to adopt one, either use Blaze or Vue, try not to mix both.
Thanks.
Here's the sample code:
Meteor says the syntax is wrong; yet if I use {{helper name}}, the name parameter is undefined.
What can I do then? Thanks.