When bootstrap-modal not working with vue.js...
I always forget this process, but when your bootstrap5 modal is not working with your code, check follows.
- bootstrap-modal in your package.json. (
yarn add bootstrap-modal
if necessary) - in src/main.js,
import "bootstrap"
Comments