This commit is contained in:
syuilo 2018-02-18 23:51:41 +09:00
parent 2a54802efa
commit e01b9d3f16
22 changed files with 142 additions and 129 deletions

View file

@ -34,6 +34,7 @@
<script lang="ts">
import Vue from 'vue';
import MkMessagingWindow from './messaging-window.vue';
export default Vue.extend({
data() {
@ -76,8 +77,7 @@ export default Vue.extend({
},
messaging() {
// TODO
//document.body.appendChild(new MkMessagingWindow().$mount().$el);
document.body.appendChild(new MkMessagingWindow().$mount().$el);
}
}
});