Bootstrap Dropdown menu is not working

后端 未结 18 674
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 23:18

I am having trouble getting my dropdowns to work. I can get the navbar to show up perfectly, but when I click on \"Dropdown\" (either of them) it does not display the dropdo

18条回答
  •  借酒劲吻你
    2020-11-30 23:48

    in angular projects we add angular-cli.json or angular.json theses lines:

          "scripts": [
        "../node_modules/jquery/dist/jquery.min.js",
        "../node_modules/bootstrap/dist/js/bootstrap.min.js"
    
      ],
    

提交回复
热议问题