How to import popper.js?

后端 未结 11 2219
广开言路
广开言路 2020-12-25 10:12

It seems to be a lame question, but I cannot to figure it out. How to import popper.js which comes toghether with Bootstrap 4 beta?

I use bower and I\'ve installed B

11条回答
  •  無奈伤痛
    2020-12-25 11:09

    I ran into the same problem.

    I downloaded the 'popper.min.js' file from the CDN on the bootstrap website.

    See here: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js

    Easier than compiling the project.

    Important: You must include popper after jquery but BEFORE bootstrap.

提交回复
热议问题