File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
</v-container >
57
57
</v-card-actions >
58
58
</v-card >
59
- <v-snackbar :timeout = " 5000 " :value = " error " absolute top color =" #C01B61" >
59
+ <v-snackbar v-model = " error " :timeout = " 5000 " absolute top color =" #C01B61" >
60
60
エラーにより授業の追加に失敗しました。時間をおいて再度お試しください。
61
61
</v-snackbar >
62
62
</v-bottom-sheet >
Original file line number Diff line number Diff line change 51
51
</div >
52
52
</template >
53
53
</bottom-sheet-layer >
54
- <v-snackbar :timeout = " 5000 " :value = " error " absolute top color =" #C01B61" >
54
+ <v-snackbar v-model = " error " :timeout = " 5000 " absolute top color =" #C01B61" >
55
55
メールアドレスまたはパスワードが正しくありません
56
56
</v-snackbar >
57
57
</div >
Original file line number Diff line number Diff line change 64
64
</div >
65
65
</v-flex >
66
66
</v-flex >
67
- <v-snackbar :timeout = " 5000 " :value = " error " absolute top color =" #C01B61" >
67
+ <v-snackbar v-model = " error " :timeout = " 5000 " absolute top color =" #C01B61" >
68
68
クラスIDが正しくありません
69
69
</v-snackbar >
70
70
</v-layout >
You can’t perform that action at this time.
0 commit comments