Remove modalWelcome
[vchess.git] / client / src / main.js
index 97bad75..28b7f86 100644 (file)
@@ -38,7 +38,7 @@ new Vue({
 //  mounted: function() {
 //    feather.replace();
 //  },
-  mounted: function() {
+  created: function() {
     store.initialize();
   },
 }).$mount("#app");