1
我正在嘗試將AngularStrap彈出窗口集成到我的應用中。我在按鈕上有以下代碼:AngularStrap彈出窗口:對象彈出窗口沒有方法
<button class="btn btn-primary" data-bs-popover="views/login.html" data-unique="1" data-placement="bottom">
<span>Login</span>
</button>
我有適當的依賴關係添加到我的應用程序。當我嘗試在Chrome執行此,我在控制檯中執行以下操作:
TypeError: Object popover has no method 'on'
也這樣說:
TypeError: Object tooltip has no method 'on'
我缺少什麼?如果有人可以在此發佈工作代碼示例,我將非常感激。