Fix '3 knights' bug + tiny advance on problems tab
[vchess.git] / public / javascripts / components / problems.js
index 54b36ab..dc32052 100644 (file)
 //
 // 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: `
+               <div class="variant col-sm-12">
+                       <p>Hello</p>
+               </div>
+       `,
+})