キーボードショートカットを強化するなど

This commit is contained in:
syuilo 2018-09-18 05:35:06 +09:00
parent e765be4205
commit 31ce3aa312
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
27 changed files with 355 additions and 100 deletions

View file

@ -1,5 +1,5 @@
<template>
<mk-window ref="window" width="500px" height="560px" @closed="$destroy">
<mk-window ref="window" width="500px" height="560px" @closed="destroyDom">
<span slot="header" :class="$style.header">%fa:comments%%i18n:@title%</span>
<mk-messaging :class="$style.content" @navigate="navigate"/>
</mk-window>