We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e809d1 commit 1b6ca78Copy full SHA for 1b6ca78
src/pages/user/classlist.vue
@@ -24,6 +24,7 @@
24
</template>
25
<template v-slot:LayerFooter>
26
<action-button
27
+ :is-disabled="!items || items.length < 1"
28
theme="primary"
29
text="選択クラスでログインする"
30
class="ClassList-Button"
0 commit comments