我在 Laravel 8 中的导航栏遇到问题;具体来说,整个导航栏显示在视图上,但下拉菜单不起作用。
事实上,当我单击时,下拉菜单不会打开。
这是layout.blade.php:
Document
{{$slot}}
这是navbar.blade.php:
而 home.blade.php 视图是:
Hello!!!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
请尝试使用此方法,否则可能会出现拼写错误。
@include('inc.navbar') // @include('FOLDER_NAME.FILE_NAME')还要检查文档! https://laravel.com/docs/9.x/blade#include-子视图