Fix rooms page Alpine body data
This commit is contained in:
@@ -31,15 +31,16 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@section('body-data',
|
@section('body-data')
|
||||||
"x-data=\"{
|
x-data="{
|
||||||
showCreateModal: false,
|
showCreateModal: false,
|
||||||
showEditModal: false,
|
showEditModal: false,
|
||||||
showTransferModal: false,
|
showTransferModal: false,
|
||||||
showProfileModal: false,
|
showProfileModal: false,
|
||||||
showPasswordModal: false,
|
showPasswordModal: false,
|
||||||
currentRoom: null
|
currentRoom: null
|
||||||
}\"")
|
}"
|
||||||
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
{{-- 验证错误信息 --}}
|
{{-- 验证错误信息 --}}
|
||||||
|
|||||||
Reference in New Issue
Block a user