Some other fixes
[vchess.git] / client / src / views / Variants.vue
index 2a3f6cf..e5d0285 100644 (file)
@@ -26,6 +26,9 @@ export default {
       st: store.state
     };
   },
+  mounted: function() {
+    document.getElementById("prefixFilter").focus();
+  },
   computed: {
     filteredVariants: function() {
       const capitalizedPrefix = this.curPrefix.replace(/^\w/, c =>