Skip to content

Commit 1c9164d

Browse files
authored
Merge pull request #232 from harured/bugfix/224_disable_button_2
ログインするクラスが無いときは「選択クラスでログインする」ボタンをDisable にする。
2 parents fdf0de1 + c26c90a commit 1c9164d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/user/classlist.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</template>
2525
<template v-slot:LayerFooter>
2626
<action-button
27+
:is-disabled="!items || items.length < 1"
2728
theme="primary"
2829
text="選択クラスでログインする"
2930
class="ClassList-Button"

0 commit comments

Comments
 (0)