This commit is contained in:
syuilo
2018-02-13 08:24:44 +09:00
parent 44a0952c0f
commit 0158808501
8 changed files with 48 additions and 37 deletions

View File

@@ -76,7 +76,8 @@ export default Vue.extend({
},
messaging() {
document.body.appendChild(new MkMessagingWindow().$mount().$el);
// TODO
//document.body.appendChild(new MkMessagingWindow().$mount().$el);
}
}
});