This commit is contained in:
syuilo 2018-02-18 16:38:07 +09:00 committed by GitHub
parent ab7d988308
commit c0a7cefe46

View file

@ -1,5 +1,5 @@
<template> <template>
<mk-window ref="window" is-modal width='800px' height='500px' @closed="$destroy"> <mk-window ref="window" is-modal width="800px" height="500px" @closed="$destroy">
<span slot="header"> <span slot="header">
<span v-html="title" :class="$style.title"></span> <span v-html="title" :class="$style.title"></span>
<span :class="$style.count" v-if="multiple && files.length > 0">({{ files.length }}ファイル選択中)</span> <span :class="$style.count" v-if="multiple && files.length > 0">({{ files.length }}ファイル選択中)</span>