mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
wip
This commit is contained in:
parent
869aec05d3
commit
333b9909ee
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user