Skip to content

Commit

Permalink
Fix Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rockleona committed Jan 22, 2024
1 parent 85c5480 commit 8cee64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/venue/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
VenuePublicTransporterTab,
VenueDriveTab,
VenueShuttleServiceTab,
VenueMap: () => import("@/components/venue/VenueMap.vue"),
VenueMap: () => import('@/components/venue/VenueMap.vue'),
},
data() {
return {
Expand Down

0 comments on commit 8cee64d

Please sign in to comment.