My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
How To (Safely) Use A jQuery Plugin With Vue.js

How To (Safely) Use A jQuery Plugin With Vue.js

Mark Sen's photo
Mark Sen
·May 21, 2017

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!