projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Client now running. Toward fully 1-page (with filters for variants)
[vchess.git]
/
client
/
next_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
},