File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44
44
</v-container >
45
45
</v-card-actions >
46
46
</v-card >
47
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
47
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
48
48
{{ $t('components.editing_screen.error.could_not_add_lesson') }}
49
49
</v-snackbar >
50
50
</v-bottom-sheet >
Original file line number Diff line number Diff line change 40
40
</div >
41
41
</template >
42
42
</base-dialog >
43
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
43
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
44
44
{{
45
45
$t(
46
46
'components.editing_visibility_dialog.error.could_not_change_visibility'
47
47
)
48
48
}}
49
49
</v-snackbar >
50
- <v-snackbar v-model =" success" :timeout =" 5000" absolute top color =" success" >
50
+ <v-snackbar v-model =" success" :timeout =" 5000" top color =" success" >
51
51
{{ $t('components.editing_visibility_dialog.success.message') }}
52
52
</v-snackbar >
53
53
</div >
Original file line number Diff line number Diff line change 83
83
</div >
84
84
</v-flex >
85
85
</v-flex >
86
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
86
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
87
87
{{ $t('pages.index.error.invalid_class_id') }}
88
88
</v-snackbar >
89
89
</v-layout >
Original file line number Diff line number Diff line change 88
88
</v-btn >
89
89
</template >
90
90
</base-bottom-sheet-layer >
91
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
91
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
92
92
{{ $t('common.general.error.default') }}
93
93
</v-snackbar >
94
94
</div >
Original file line number Diff line number Diff line change 55
55
</div >
56
56
</template >
57
57
</base-bottom-sheet-layer >
58
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
58
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
59
59
{{ $t('pages.user_login.error.invalid') }}
60
60
</v-snackbar >
61
61
</div >
@@ -95,7 +95,7 @@ export default Vue.extend({
95
95
try {
96
96
await Auth .signIn (this .email , this .password )
97
97
// await vxm.user.login()
98
- this .$router .push (' /user/classlist' )
98
+ await this .$router .push (' /user/classlist' )
99
99
} catch (err ) {
100
100
this .loading = false
101
101
this .error = true
Original file line number Diff line number Diff line change 5
5
:title =" $t('pages.user_logout.title')"
6
6
title-en =" LOGOUT"
7
7
/>
8
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
8
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
9
9
{{ $t('pages.user_logout.error.invalid') }}
10
10
</v-snackbar >
11
11
</div >
Original file line number Diff line number Diff line change 43
43
/>
44
44
</template >
45
45
</base-bottom-sheet-layer >
46
- <v-snackbar v-model =" error" :timeout =" 5000" absolute color =" #C01B61" top >
46
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
47
47
{{ $t('pages.user_register_class.error.default') }}
48
48
</v-snackbar >
49
49
</div >
Original file line number Diff line number Diff line change 77
77
</div >
78
78
</template >
79
79
</base-bottom-sheet-layer >
80
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
80
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
81
81
{{ $t('common.general.error.default') }}
82
82
</v-snackbar >
83
83
<v-dialog v-model =" completion" max-width =" 460px" >
Original file line number Diff line number Diff line change 55
55
</div >
56
56
</template >
57
57
</base-bottom-sheet-layer >
58
- <v-snackbar v-model =" error" :timeout =" 5000" absolute top color =" #C01B61" >
58
+ <v-snackbar v-model =" error" :timeout =" 5000" top color =" #C01B61" >
59
59
{{ $t('pages.user_verify.error.invalid') }}
60
60
</v-snackbar >
61
61
</div >
You can’t perform that action at this time.
0 commit comments