Closed Arjun3023 closed 5 years ago
Hi,
Depending on the version of jQuery you use, the path jquery/src/jquery.js
can be different.
Have you checked it in you context ?
I also maintain a small project as example for vue-morris, https://github.com/bbonnin/vue-morris-example, maybe it could help you.
The jQuery path was correct. I resolved this by again importing JQuery in the vue page itself. I was facing the problem because I was running vue pages in the mvc app. So, because of that the version of jquery being used was that of used in mvc pages. So by importing jquery here in the vue page again, helped me install the specific version required here.
I followed all the instructions given in the documentation, but still I am facing this issue. My webpack.config.js :
I have even added vue.config.js
Nothing among these is helping me in solving my issue. Please help me into this issue. Thanks in advance