File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const eventName = ref('')
15
15
</script>
16
16
17
17
<template>
18
- <gv-input label="What is the name of the event?" v-model="eventName">
18
+ <gv-input label="What is the name of the event?" v-model="eventName" / >
19
19
<gv-inset-text v-if="eventName" aria-live="polite">
20
20
'{{ eventName }}' will be printed on the poster for your event.
21
21
</gv-inset-text>
Original file line number Diff line number Diff line change 6
6
<GvdSubNav >
7
7
<ContentNavigation v-slot =" { navigation }" :query =" getStartedQuery" >
8
8
<GvdSubNavSection >
9
- <GvdSubNavItem v-for =" link in navigation[0].children" :key =" link._path" :to =" link._path" >
9
+ <GvdSubNavItem v-if = " navigation && navigation.length > 0 " v- for =" link in navigation[0].children" :key =" link._path" :to =" link._path" >
10
10
{{ link.title }}
11
11
</GvdSubNavItem >
12
12
</GvdSubNavSection >
You can’t perform that action at this time.
0 commit comments