I am using custom coding in one of my applications. I am trying to use vue.js for some front end work. It is working perfectly fine in google chrome but I am having issues in firefox.
I am getting ‘Vue is not defined’ as an error. I have tried to resolve this issue but nothing seems to be working.
Is anyone else having similar issues?? If yes has anyone solved it??
Hey @arunav !
Our team fixed the code and now it is working properly on all browsers, we included your code inside this function, so the vue.js part was initialized after the page load. $(document).ready(function()