Draft Game and Challenge models
[vchess.git] / public / javascripts / components / correspondance.js
index 47a3775..87de3eb 100644 (file)
@@ -1,9 +1,11 @@
 Vue.component("my-correspondance", {
-       //TODO
        template: `
                <div class="col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
                        <p>TODO: load from server, show timeControl + players + link "play"</p>
                        <p>Also tab for current challenges + button "new game"</p>
                </div>
        `,
+       created: function() {
+               //TODO
+       },
 });