vuejsdevelopers.com
How To (Safely) Use A jQuery Plugin With Vue.js
1
jQuery and VueJS don't play well together. But if you really need to use a jQuery plugin in a Vue project, you can wrap it in a component to mitigate some of the potential problems. In this article I'll show you how! Read full article