Using jQuery plugin in Vue.js single file component
问题 I am trying to use this jQuery plugin in my Vue.js single file component. as required in the linked autocomplete plugin I imported references in index.html , for them to be available all other vue components where I need to use autocomplete feature in input field . <script src="//code.jquery.com/jquery-1.12.4.js"></script> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/ui/1.12.1/jquery-ui.js"></script> But when I