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 6308bb13
authored
Dec 18, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use layout shorthand
1 parent
6f9c5f13
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
resources/js/Pages/Contacts/Create.vue
resources/js/Pages/Contacts/Edit.vue
resources/js/Pages/Contacts/Index.vue
resources/js/Pages/Organizations/Create.vue
resources/js/Pages/Organizations/Edit.vue
resources/js/Pages/Organizations/Index.vue
resources/js/Pages/Reports/Index.vue
resources/js/Pages/Users/Create.vue
resources/js/Pages/Users/Edit.vue
resources/js/Pages/Users/Index.vue
resources/js/Pages/Contacts/Create.vue
View file @
6308bb1
...
...
@@ -41,7 +41,7 @@ import TextInput from '@/Shared/TextInput'
export
default
{
metaInfo
:
{
title
:
'Create Contact'
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
LoadingButton
,
SelectInput
,
...
...
resources/js/Pages/Contacts/Edit.vue
View file @
6308bb1
...
...
@@ -51,7 +51,7 @@ export default {
title
:
`
${
this
.
form
.
first_name
}
${
this
.
form
.
last_name
}
`
,
}
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
LoadingButton
,
SelectInput
,
...
...
resources/js/Pages/Contacts/Index.vue
View file @
6308bb1
...
...
@@ -73,7 +73,7 @@ import throttle from 'lodash/throttle'
export
default
{
metaInfo
:
{
title
:
'Contacts'
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
Icon
,
Pagination
,
...
...
resources/js/Pages/Organizations/Create.vue
View file @
6308bb1
...
...
@@ -36,7 +36,7 @@ import TextInput from '@/Shared/TextInput'
export
default
{
metaInfo
:
{
title
:
'Create Organization'
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
LoadingButton
,
SelectInput
,
...
...
resources/js/Pages/Organizations/Edit.vue
View file @
6308bb1
...
...
@@ -81,7 +81,7 @@ export default {
metaInfo
()
{
return
{
title
:
this
.
form
.
name
}
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
Icon
,
LoadingButton
,
...
...
resources/js/Pages/Organizations/Index.vue
View file @
6308bb1
...
...
@@ -65,7 +65,7 @@ import throttle from 'lodash/throttle'
export
default
{
metaInfo
:
{
title
:
'Organizations'
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
Icon
,
Pagination
,
...
...
resources/js/Pages/Reports/Index.vue
View file @
6308bb1
...
...
@@ -9,6 +9,6 @@ import Layout from '@/Shared/Layout'
export
default
{
metaInfo
:
{
title
:
'Reports'
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
}
</
script
>
resources/js/Pages/Users/Create.vue
View file @
6308bb1
...
...
@@ -34,7 +34,7 @@ import FileInput from '@/Shared/FileInput'
export
default
{
metaInfo
:
{
title
:
'Create User'
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
LoadingButton
,
SelectInput
,
...
...
resources/js/Pages/Users/Edit.vue
View file @
6308bb1
...
...
@@ -47,7 +47,7 @@ export default {
title
:
`
${
this
.
form
.
first_name
}
${
this
.
form
.
last_name
}
`
,
}
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
LoadingButton
,
SelectInput
,
...
...
resources/js/Pages/Users/Index.vue
View file @
6308bb1
...
...
@@ -70,7 +70,7 @@ import throttle from 'lodash/throttle'
export
default
{
metaInfo
:
{
title
:
'Users'
},
layout
:
(
h
,
page
)
=>
h
(
Layout
,
[
page
])
,
layout
:
Layout
,
components
:
{
Icon
,
SearchFilter
,
...
...
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