On the road to problems to complete website :)
[vchess.git] / public / javascripts / variant.js
1 new Vue({
2 el: "#variantPage",
3 data: { display: "" }, //do not show anything...
4 // TODO: listen event "show problem", avec le probleme stringifié en arg
5 // Alors: display=game, mode=friend, newGame(fen, turn, ...),
6 // et set Instructions+Soluce
7 });