[Vuejs]-Can I use jQuery Ajax in Laravel + vue App?

0👍

Actually, our team is using jquery together in vue.
But I regret this.
Because of this, you have to import jquery every time you render the screen.
And sometimes the rendering speed isn’t right, so we used settimeout.

Leave a comment