Finish fixing problems page
[vchess.git] / public / javascripts / components / correspondance.js
CommitLineData
60d9063f
BA
1Vue.component("my-correspondance", {
2 //TODO
3 template: `
4 <div class="col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
5 <p>TODO: load from server, show timeControl + players + link "play"</p>
6 <p>Also tab for current challenges + button "new game"</p>
7 </div>
8 `,
9});