Skip to content

Commit ce04959

Browse files
committed
set default day in agenda
1 parent 947de56 commit ce04959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

summit/src/components/AgendaCard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
onMounted(() => {
7272
7373
});
74-
const dayActive = ref('day3')
74+
const dayActive = ref('day1')
7575
return {
7676
screenWidth,
7777
dayActive,

0 commit comments

Comments
 (0)