Merge branch 'frontend' into leaderboard-pagination
# Conflicts: # frontend/game/tsconfig.json # frontend/package-lock.json # frontend/package.json # frontend/public/index.html # frontend/src/App.vue # frontend/src/components/Game.vue # frontend/src/components/Leaderboard.vue
This commit is contained in:
commit
91fd54a97f
4 changed files with 26 additions and 5 deletions
|
|
@ -42,8 +42,6 @@ export default defineComponent({
|
|||
data() {
|
||||
return {
|
||||
userScores: {},
|
||||
highscoreLeaderboard: [],
|
||||
totalPlaytimeLeaderboard: [],
|
||||
userId: 1,
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<main></main>
|
||||
</div>
|
||||
<div class="wrapper">
|
||||
<main></main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue