0👍
I’ve moved the import of the JS files to main.js. Here is the code snippet
import "../node_modules/jquery/dist/jquery.slim.min";
import "../node_modules/popper.js/dist/popper.min";
import "../node_modules/bootstrap/dist/js/bootstrap";
The navigation is now working on mobile
- [Vuejs]-Form in VueJS is not checking if both inputs are empty
- [Vuejs]-How to clear form after submit in vuejs
Source:stackexchange.com