I am trying to use Bootstrap in my Vue project. (created with the Vue cli)
I have installed the following things through npm.
- Bootstrap 4.6.0
- Popper.js 1.16.1
- Jquery 3.5.1
I have imported Bootsrap into my main.js
import 'bootstrap'
import 'bootstrap/dist/css/bootstrap.min.css'
The problem is that I can't use the dropdowns in Bootsrap.
Is there anything else I should do?