I want to concatenate Vue.js variable with image URL.
What I computed:
imgPreUrl : function() { if (androidBuild) return \"android_asset/www/\";
For me, it said Module did not found and not worked. Finally, I found this solution and worked.
Needed to add '@' at the beginning of the local path.