A few fixes, drop planned problems support (replaced by forum + mode analyze)
[vchess.git] / client / next_src / views / Game.vue
CommitLineData
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 },