X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2FApp.vue;h=59b0371a3e6fac3b7a47ac63cae6bc7f8235c6cf;hb=24340cae41e916d91088cc6988d8838b342a9c42;hp=4ebc6e710f031929108c89d57f8ca716fd307186;hpb=a6b9b86c580cefd81a930116f7e86610ece99887;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 4ebc6e71..59b0371a 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -63,6 +63,10 @@ export default { st: store.state, }; }, +// // TODO: $route: ... +// gameRef: function() { +// this.loadGame(); +// }, };