This commit is contained in:
syuilo 2018-02-19 16:18:18 +09:00
parent 363cd2a66b
commit 818e421ce2
3 changed files with 9 additions and 7 deletions

View file

@ -1,9 +1,7 @@
<template>
<mk-window is-modal width='700px' height='550px' @closed="$destroy">
<span slot="header" :class="$style.header">%fa:cog%設定</span>
<div slot="content">
<mk-settings/>
</div>
<mk-settings/>
</mk-window>
</template>