X-Git-Url: https://git.auder.net/images/diag_mark.svg?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fproblems.js;h=dc32052081b8e0b003e4bd5d00a343a27a7ba467;hb=4ecf423bce243e8e10b5b777a95f67ecc9f8d8d3;hp=54b36ab7f939c9215ae997bdbffa659747846053;hpb=f5d3e4f539355d166baf38bab97480582e90e4af;p=vchess.git diff --git a/public/javascripts/components/problems.js b/public/javascripts/components/problems.js index 54b36ab7..dc320520 100644 --- a/public/javascripts/components/problems.js +++ b/public/javascripts/components/problems.js @@ -12,3 +12,12 @@ // // click on problem ==> masque problems, affiche game tab, launch new game Friend with // FEN + turn + flags + rappel instructions / solution on click sous l'échiquier + +Vue.component('my-problems', { + //props: ['vobj'], + template: ` +
+

Hello

+
+ `, +})