[Vuejs]-One part of Javascript/JQuery not working when adding my other Javascript

0👍

I would suggest not including the js/app.js because that will launch Vue and apparently your page works just fine without it.
Find the javascript file that has the jQuery "typed" plugin and load that instead of loading js/app.js. Make sure to reference it AFTER the line where you load jQuery library.

Leave a comment