update package
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<!-- Authentication -->
|
||||
<form method="POST" action="{{ route('logout') }}">
|
||||
@csrf
|
||||
<x-dropdown-link href="{{ route('upload') }}">上传图片</x-dropdown-link>
|
||||
<x-dropdown-link href="{{ route('images') }}">我的图片</x-dropdown-link>
|
||||
<x-dropdown-link href="{{ route('dashboard') }}">仪表盘</x-dropdown-link>
|
||||
<x-dropdown-link href="{{ route('settings') }}">设置</x-dropdown-link>
|
||||
<x-dropdown-link :href="route('logout')" onclick="event.preventDefault(); this.closest('form').submit();">
|
||||
|
||||
Reference in New Issue
Block a user