as shown in the figure, the control navigation of this button shrinks.
1. As soon as the page opens (that is, after logging in), this button doesn"t work at all.
2. But after the F5 refresh, this button works.
3. So I tested the code locally on HTML, and it was normal whether it was refreshed or not.
4. But in vue-cli, it only works after the F5 is refreshed.
5. My js is in main.js
//bootstrap
import "@/assets/js/jquery.min.js"
import "@/assets/js/bootstrap.min.js"
// +
import "@/assets/js/jquery.metisMenu.js"
import "@/assets/js/jquery.slimscroll.min.js"
import "@/assets/js/inspinia.js"
import "@/assets/js/pace.min.js"
is this a loading problem with js?