cosmicds / blaze-star-nova

MIT License
0 stars 4 forks source link

Add link to play tour in bottom sheet #17

Closed Carifio24 closed 1 month ago

Carifio24 commented 1 month ago

This PR adds a "link" in the bottom sheet that plays the tour. This is an anchor tag, but the onclick="return false" means that the browser won't follow the link (which doesn't go anywhere anyway), so only the @click part happens, which starts the tour playing.

I felt that importing the store composable and referencing the tour URL again here was simpler than doing something like passing the store as a prop to the bottom sheet.