Sharkey/src/web/app/desktop/views/components/settings-window.vue
こぴなたみぽ 02def5c3dd wip
2018-02-13 18:13:31 +09:00

16 lines
298 B
Vue

<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-window>
</template>
<style lang="stylus" module>
.header
> [data-fa]
margin-right 4px
</style>