Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet-cdaw
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Quentin Vrel
projet-cdaw
Commits
9e41b4c8
Commit
9e41b4c8
authored
Dec 01, 2020
by
quentin.vrel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos correction
parent
e40dde20
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Lobby.vue
frontend/src/views/Lobby.vue
+3
-3
Login.vue
frontend/src/views/Login.vue
+1
-1
Register.vue
frontend/src/views/Register.vue
+1
-1
No files found.
frontend/src/views/Lobby.vue
View file @
9e41b4c8
<
template
>
<
template
>
<div
class=
""
>
<div
class=
"
lobby
"
>
<user-ribbon
username=
"Josie Péritel"
pathToImage=
"avatar/criquette.jpg"
/>
<user-ribbon
username=
"Josie Péritel"
pathToImage=
"avatar/criquette.jpg"
/>
</div>
</div>
</
template
>
</
template
>
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
import
UserRibbon
from
'@/components/UserRibbon.vue'
import
UserRibbon
from
'@/components/UserRibbon.vue'
export
default
{
export
default
{
name
:
''
,
name
:
'
lobby
'
,
components
:
{
components
:
{
UserRibbon
UserRibbon
}
}
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
.
{
.
lobby
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
}
}
...
...
frontend/src/views/Login.vue
View file @
9e41b4c8
...
@@ -32,7 +32,7 @@ export default {
...
@@ -32,7 +32,7 @@ export default {
},
},
methods
:
{
methods
:
{
onSubmit
:
function
(){
onSubmit
:
function
(){
this
.
$router
.
push
(
'
L
obby'
);
this
.
$router
.
push
(
'
l
obby'
);
}
}
}
}
}
}
...
...
frontend/src/views/Register.vue
View file @
9e41b4c8
...
@@ -56,7 +56,7 @@ export default {
...
@@ -56,7 +56,7 @@ export default {
if
(
this
.
showBackError
)
{
if
(
this
.
showBackError
)
{
return
;
return
;
}
}
this
.
$router
.
push
(
'
L
obby'
);
this
.
$router
.
push
(
'
l
obby'
);
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment