0👍
go to your project directory in your terminal and write
npm install jquery
and in your App.vue, write
const $ = require('jquery');
window.$ = $;
- [Vuejs]-Destination dropdown list automatically closes when clicking on scrolling mechanism to scroll down
- [Vuejs]-How to track changed Valued from array of objects in vuejs
Source:stackexchange.com