I use bootstrap 5 and vue3 . I imported both CSS
and JS
file in main.js
and CSS
file is working fine but js file is not working. The main.js
file is below :
``
import 'bootstrap/dist/css/bootstrap.rtl.min.css';
import 'bootstrap/dist/js/bootstrap.min.js';
``