mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 14:13:07 +02:00
wip
This commit is contained in:
parent
e79b132b91
commit
d920e84c71
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.actions">
|
<div :class="$style.actions">
|
||||||
<button :class="$style.cancel" @click="cancel">キャンセル</button>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</mk-window>
|
</mk-window>
|
||||||
|
|
Loading…
Reference in a new issue