[Vuejs]-Adonuxt.js my js libraries are not being called from static folder

0👍

You should use absolute path in your src tag then. E.g.

  { src: '/vendor/js/jquery-3.3.1.slim.min.js', body: true },

PS its bad idea to mix jquery and vue/nuxt

Leave a comment