Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 9d640300
authored
Dec 22, 2020
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old code from layout
1 parent
d41b483a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
10 deletions
resources/js/Shared/Layout.vue
resources/js/Shared/Layout.vue
View file @
9d64030
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div>
<div>
<portal-target
name=
"dropdown"
slim
/>
<portal-target
name=
"dropdown"
slim
/>
<div
class=
"md:flex md:flex-col"
>
<div
class=
"md:flex md:flex-col"
>
<div
class=
"md:h-screen md:flex md:flex-col"
@
click=
"hideDropdownMenus"
>
<div
class=
"md:h-screen md:flex md:flex-col"
>
<div
class=
"md:flex md:flex-shrink-0"
>
<div
class=
"md:flex md:flex-shrink-0"
>
<div
class=
"bg-indigo-900 md:flex-shrink-0 md:w-56 px-6 py-4 flex items-center justify-between md:justify-center"
>
<div
class=
"bg-indigo-900 md:flex-shrink-0 md:w-56 px-6 py-4 flex items-center justify-between md:justify-center"
>
<inertia-link
class=
"mt-1"
href=
"/"
>
<inertia-link
class=
"mt-1"
href=
"/"
>
...
@@ -60,19 +60,10 @@ export default {
...
@@ -60,19 +60,10 @@ export default {
Logo
,
Logo
,
MainMenu
,
MainMenu
,
},
},
data
()
{
return
{
showUserMenu
:
false
,
accounts
:
null
,
}
},
methods
:
{
methods
:
{
url
()
{
url
()
{
return
location
.
pathname
.
substr
(
1
)
return
location
.
pathname
.
substr
(
1
)
},
},
hideDropdownMenus
()
{
this
.
showUserMenu
=
false
},
},
},
}
}
</
script
>
</
script
>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment