Several small improvements + integrate options + first working draft of Cwda
[vchess.git] / client / src / components / UploadGame.vue
index ea85ea7..b57a23e 100644 (file)
@@ -64,6 +64,9 @@ export default {
           case "Cadence":
             game.cadence = value;
             break;
+          case "Options":
+            game.options = value;
+            break;
         }
         idx++;
       }