projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2c877b7dc93466222e007fa68464e9e5752b8ae1
[vchess.git]
/
client
/
src
/
views
/
Game.vue
1
<template>
2
<div class="about">
3
<h1>This is an about page</h1>
4
</div>
5
</template>
6
methods: {
7
// Game is over, clear storage and put it in indexedDB
8
archiveGame: function() {
9
// TODO: ...
10
//clearStorage();
11
},
12
},