Closed Raf008 closed 5 years ago
I resolved it. For anyone that is having this issues. Make sure that you "import 'bootstrap';" in app.js. Please also keep in mind that if you are not using entire bootstrap for your application, you can import only the components that you need. Example:
import 'bootstrap/js/dist/util'; import 'bootstrap/js/dist/dropdown';
hi,
Thanks for the template its fantatic. I need a little help with the dropdown in navbar. It looks like this html is not working:
Here is what I have done to kind of accommodate a work around:
any thoughts how I can make this better?