Support for vue.js in firefox

Hello Softr Community,

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??

Any help would be highly appreciated.

It does seem like a loading timing issue… where is your JS script added for vue lib ?

I am using vue.js in the custom code block with the script source in the head section.

perhaps you can DM me the url and how to access and check it ?

Sure I can do that. But exactly which url should I send? And how to send a DM in this community??

Click on my profile page and there you would see how to send it and share the app URL so I can open and see what’s wrong

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()

Sincerely,

Thankyou very much for fixing the code.

Regards,
-Arunav