Skip to content
Snippets Groups Projects
Unverified Commit 8b6e9050 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

wip

parent 62fd58fb
No related branches found
No related tags found
No related merge requests found
<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 v-html="title" :class="$style.title"></span>
<span :class="$style.count" v-if="multiple && files.length > 0">({{ files.length }}ファイル選択中)</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment