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
17c4259e
Commit
17c4259e
authored
Dec 03, 2020
by
Zohten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
everything seems okay
parent
17c085eb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Hand.vue
frontend/src/components/Hand.vue
+1
-1
Tile.vue
frontend/src/components/Tile.vue
+1
-1
Lobby.vue
frontend/src/views/Lobby.vue
+1
-1
Profile.vue
frontend/src/views/Profile.vue
+1
-1
No files found.
frontend/src/components/Hand.vue
View file @
17c4259e
...
@@ -19,7 +19,7 @@ export default {
...
@@ -19,7 +19,7 @@ export default {
{
id
:
1
,
tile
:
1
},
{
id
:
1
,
tile
:
1
},
{
id
:
2
,
tile
:
11
},
{
id
:
2
,
tile
:
11
},
{
id
:
3
,
tile
:
11
},
{
id
:
3
,
tile
:
11
},
{
id
:
4
,
tile
:
1
4
},
{
id
:
4
,
tile
:
1
1
},
{
id
:
5
,
tile
:
16
},
{
id
:
5
,
tile
:
16
},
{
id
:
6
,
tile
:
7
},
{
id
:
6
,
tile
:
7
},
{
id
:
7
,
tile
:
4
},
{
id
:
7
,
tile
:
4
},
...
...
frontend/src/components/Tile.vue
View file @
17c4259e
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
Tile
from
'@/model/Tile.js'
import
Tile
from
'@/model/Tile
Model
.js'
import
SvgButton
from
'./SvgButton.vue'
;
import
SvgButton
from
'./SvgButton.vue'
;
export
default
{
export
default
{
...
...
frontend/src/views/Lobby.vue
View file @
17c4259e
...
@@ -33,7 +33,7 @@ import UserRibbon from '@/components/UserRibbon.vue'
...
@@ -33,7 +33,7 @@ import UserRibbon from '@/components/UserRibbon.vue'
import
PageTitle
from
'@/components/PageTitle.vue'
import
PageTitle
from
'@/components/PageTitle.vue'
import
ButtonText
from
'@/components/ButtonText.vue'
import
ButtonText
from
'@/components/ButtonText.vue'
import
TextInput
from
'@/components/form/TextInput.vue'
import
TextInput
from
'@/components/form/TextInput.vue'
import
User
from
'@/model/User.js'
import
User
from
'@/model/User
Model
.js'
export
default
{
export
default
{
name
:
'lobby'
,
name
:
'lobby'
,
...
...
frontend/src/views/Profile.vue
View file @
17c4259e
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
import
Avatar
from
'../components/Avatar.vue'
;
import
Avatar
from
'../components/Avatar.vue'
;
import
PageTitle
from
'../components/PageTitle.vue'
;
import
PageTitle
from
'../components/PageTitle.vue'
;
import
SvgButton
from
'../components/SvgButton.vue'
;
import
SvgButton
from
'../components/SvgButton.vue'
;
import
User
from
'@/model/User.js'
import
User
from
'@/model/User
Model
.js'
// @ is an alias to /src
// @ is an alias to /src
...
...
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