How to import popper.js?

后端 未结 11 2216
广开言路
广开言路 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:08

    I had the same problem. Tried different approches, but this one worked for me. Read the instruction from http://getbootstrap.com/.

    Copy the CDN paths of Javascripts (Popper, jQuery and Bootstrap) in same manner (it is important) as given.

    
    //Path to jQuery
    
    
    ////Path to Popper - it is for dropsdowns etc in bootstrap
    
    
    //Path to bootsrap
    
    

提交回复
热议问题