Skip to content

Commit

Permalink
fix: fix position when first vueo tour is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilost committed May 27, 2024
1 parent a5e916e commit ef65ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<VueTour v-show="isVueTourVisible" />
<VueTour v-if="isVueTourVisible" />

<header>
<navigation-bar />
Expand Down

0 comments on commit ef65ee9

Please sign in to comment.