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

后端 未结 12 1944
春和景丽
春和景丽 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:27

    I had the same error and just wanted to share my solution. In turned out that the minified version of popper had the code in the same line as the comment and so the entire code was commented out. I just pressed enter after the actual comment so the code was on a new line and then it worked fine.

提交回复
热议问题