This commit is contained in:
こぴなたみぽ 2018-02-13 18:13:31 +09:00
parent c0c8b0e269
commit 02def5c3dd
3 changed files with 94 additions and 99 deletions

View file

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