Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Jan 22, 2024
2 parents 85252df + ea15b19 commit 127a9be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 5 additions & 0 deletions src/components/event/EventItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ export default defineComponent({
}
}
})
</script>

<style>
</style>
11 changes: 1 addition & 10 deletions src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,7 @@ const router = createRouter({
name: 'bar-detail',
component: () => import('../views/BarDetailView.vue')
},
{
path: '/event',
name: 'event',
component: () => import('../views/EventListView.vue')
},
{
path: '/event/:id',
name: 'event-detail',
component: () => import('../views/EventDetailView.vue')
}

]
})

Expand Down
1 change: 1 addition & 0 deletions src/stores/barItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ export const useBarItemStore = defineStore('bar', {

},
},

})
File renamed without changes.

0 comments on commit 127a9be

Please sign in to comment.