This commit is contained in:
Zero King
2018-05-26 03:19:49 +00:00
parent 6adb92b074
commit 7527af4656
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<mk-window ref="window" is-modal width="700px" height="550px" @closed="$destroy">
<span slot="header" :class="$style.header">%fa:cog%設定</span>
<span slot="header" :class="$style.header">%fa:cog%%i18n:@settings%</span>
<mk-settings @done="close"/>
</mk-window>
</template>