This commit is contained in:
こぴなたみぽ 2018-02-13 19:03:24 +09:00
parent e79b132b91
commit d920e84c71

View file

@ -9,7 +9,7 @@
</div>
<div :class="$style.actions">
<button :class="$style.cancel" @click="cancel">キャンセル</button>
<button :class="$style.ok" disabled="!parent.allowEmpty && text.length == 0" @click="ok">決定</button>
<button :class="$style.ok" disabled="!allowEmpty && text.length == 0" @click="ok">決定</button>
</div>
</div>
</mk-window>