搜尋

首頁  >  問答  >  主體

導覽列中的下拉清單不起作用並出現錯誤

我有一個使用 bootstrap 和 jQuery 的項目,當我輸入導航程式碼時,它在控制台中給出了錯誤:

bootstrap.min.js:6 Uncaught TypeError: i.createPopper is not a function
    at xt._createPopper (bootstrap.min.js:6:23887)
    at xt.show (bootstrap.min.js:6:22196)
    at xt.toggle (bootstrap.min.js:6:22024)
    at HTMLAnchorElement.<anonymous> (bootstrap.min.js:6:26602)
    at HTMLDocument.s (bootstrap.min.js:6:4510) :

我正在嘗試使用 jQuery 版本:2.2.1 和 1.12.4。

P粉423694341P粉423694341230 天前413

全部回覆(1)我來回復

  • P粉451614834

    P粉4516148342024-03-29 12:05:16

    您的專案中可能缺少 popper.js。使用下面的 CDN 添加它:

    sssccc

    如果您想包含,請參閱 Bootstrap 4 的文檔這兩個檔案都帶有一個腳本呼叫。

    回覆
    0
  • 取消回覆