📜  bootstrap 5 modal 不工作 vue js 3 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:43.829000             🧑  作者: Mango

代码示例1
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';