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