projects
/
vchess.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Client now running. Toward fully 1-page (with filters for variants)
[vchess.git]
/
client
/
next_src
/
views
/
Game.vue
Commit
Line
Data
8d61fc4a
BA
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
},