popper.js in bootstrap 4 gives SyntaxError Unexpected token export

前端 未结 6 1042
無奈伤痛
無奈伤痛 2020-12-04 16:15

I tried install bootstrap 4, and included following links




        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-04 16:57

    You can also add bootstrap.bundle.min.js and remove popper.js in your html.

    Bundled JS files (bootstrap.bundle.js and minified bootstrap.bundle.min.js) include [Popper](https://popper.js.org/), but not jQuery.

提交回复
热议问题