-1

我是laravel的初学者,所以有人可以帮我解决这个问题吗?在 /public/app.blade.php 看起来像这样

<link href="/css/bootstrap.min.css" rel="stylesheet">
<script src="/js/bootstrap.min.js"></script>

4

1 回答 1

0

只需在您的代码中添加系绳依赖项。

<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script> 
<script src="/js/bootstrap.min.js"></script>

或从Tether本地下载

https://github.com/HubSpot/tether

添加添加到您的项目

<script src="path/to/dist/js/tether.min.js"></script>
于 2017-01-19T05:12:58.900 回答