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

Subclassing and Signal connect on a same widget crashes PySide application on exit.

Calling OpenCV functions via Cython from Python 3.X.

Showing CPU/Memory usage on tmux status bar(tmuxのステータスバーにCPUとMemoryの使用状況を表示する)