Bootstrap 4 Beta importing Popper.js with Webpack 3.x throws Popper is not a constructor

前端 未结 5 515
滥情空心
滥情空心 2020-12-28 17:32

So Bootstrap 4 Beta is out... yey! However Tether has been replaced by Popper.js for tooltip (and other features). I saw an error thrown in the con

5条回答
  •  北海茫月
    2020-12-28 18:10

    In ASP.net Core 2 project add the following scripts to of main HTML file ("_Layout.cshtml" file)

    
    
    
    

    For me it's working.

提交回复
热议问题