Closed gluttm closed 3 years ago
Hello, I had the same problem and solved it with the following steps:
I downloaded the latest version of Admin-lte3 directly from the official website https://github.com/ColorlibHQ/AdminLTE/releases
I copied the files (dist/js/adminlte.js and dist/js/demo.js) to my vue project folder ./assets/js/
install jquery on your vue project ( yarn add jquery or npm install jquery)
change the demo.js file and add the line:
var jQuery = require ('jquery');
like this:
in the Main.vue file add inside the script: require ('../ assets / js / adminlte') require ('../ assets / js / demo')
It worked for me, I hope it works for you too
Fixed!
first, thank you for the work, menu submenu dropdown is not working, is there a soluction?