bootstrap.min.js:6 Uncaught Error: Bootstrap dropdown require Popper.js

后端 未结 12 1953
春和景丽
春和景丽 2020-12-04 18:41

Suddenly I started to get error when I try to open my dropdown menu :

 bootstrap.min.js:6 Uncaught Error: Bootstrap dropdown require Popper.js (https://poppe         


        
12条回答
  •  一向
    一向 (楼主)
    2020-12-04 19:42

    In the introduction of Bootstrap it states which imports you need to add. https://getbootstrap.com/docs/4.0/getting-started/introduction/#quick-start

    You have to add some scripts in order to get bootstrap fully working. It's important that you include them in this exact order. Popper.js is one of them:

        
        
        
    

提交回复
热议问题