Vue: Not able to use lodash or jquery inside interpolations in .vue files

Created on 6 Mar 2017  Â·  2Comments  Â·  Source: vuejs/vue

Most helpful comment

Please ask questions on the forum or StackOverflow.


Do Vue.prototype._ = _ to use lodash as _ in templates. But I recommend you to define your own filters/methods that use lodash methods instead

All 2 comments

Thanks for filing the issue. Please follow the Issue Reporting Guidelines and provide a minimal JSFiddle or JSBin containing a set of reproducible steps that can lead to the behavior you described.

Why is this required?

Please ask questions on the forum or StackOverflow.


Do Vue.prototype._ = _ to use lodash as _ in templates. But I recommend you to define your own filters/methods that use lodash methods instead

Was this page helpful?
0 / 5 - 0 ratings