[Vuejs]-How to connect other JavaScript file to Vue file without any error?

1👍

Try

import $ from 'jquery'

As suggested in the comments.

There are multiple ways to implement jquery into your project. For other people who come across this question I will reference a few links you can try if the above suggestion does not work.

article 1

article 2

Leave a comment