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.

  1. bootstrap-modal in your package.json. (
    yarn add bootstrap-modal
    if necessary)
  2. in src/main.js,
    import "bootstrap" 
 

 

Comments

Popular posts from this blog

Calling OpenCV functions via Cython from Python 3.X.

How to update lookup fileld of Kintone using pykintone

Android's VideoView doesn't always stretch video.