Answers for "bootstrap 5 modal not working vue js 3"

C
0

bootstrap 5 modal not working vue js 3

I will try to be as precise as possible

1.Go the the Vue Cli project run :

npm i bootstrap jquery popper.js

2.Go to src/main.js import like:

import 'bootstrap'; import 'bootstrap/dist/css/bootstrap.min.css';
Posted by: Guest on September-11-2021

Code answers related to "bootstrap 5 modal not working vue js 3"

Code answers related to "C"

Browse Popular Code Answers by Language