Commit 7b5f451a3fdc4c23ff863f39a3faceb69046127a
1 parent
c47792a3b2
Exists in
master
and in
2 other branches
routine time ssue
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pages/Academic/routine.vue
1 | 1 | <template> |
2 | 2 | <v-container fluid class="body-color"> |
3 | 3 | <!-- ****** EDIT Subject ****** --> |
4 | - <v-dialog v-model="editRoutineDialog" max-width="600px"> | |
4 | + <v-dialog v-model="editRoutineDialog" max-width="600px" persistent> | |
5 | 5 | <v-card flat class="card-style pa-2" dark> |
6 | 6 | <v-layout> |
7 | 7 | <v-flex xs12> | ... | ... |