Styled layout. TODO: variants page, and then index
[vchess.git] / client / src / main.js
index 97bad75..703ff74 100644 (file)
@@ -38,6 +38,7 @@ new Vue({
 //  mounted: function() {
 //    feather.replace();
 //  },
+  // "mounted" and not "created", because modalWelcome must be filled
   mounted: function() {
     store.initialize();
   },