Remove modalWelcome
[vchess.git] / client / src / main.js
index 703ff74..28b7f86 100644 (file)
@@ -38,8 +38,7 @@ new Vue({
 //  mounted: function() {
 //    feather.replace();
 //  },
-  // "mounted" and not "created", because modalWelcome must be filled
-  mounted: function() {
+  created: function() {
     store.initialize();
   },
 }).$mount("#app");