HamadaFMahdi / vue-rewards

Vue-rewards lets you add micro-interactions to your app, and rewards users with the rain of confetti, emoji or balloons in seconds.
https://vuerewards.netlify.app
MIT License
104 stars 6 forks source link

Incorrect usage of <span/> in sample code #3

Closed Heunsig closed 4 hours ago

Heunsig commented 4 hours ago
<span id="some-id"> Let's celebrate! <span/>
<button @click="balloonsReward">
  Click me!
</button>

There's an error in the sample code: it says incorrectly.

HamadaFMahdi commented 4 hours ago

Ah yes! Thank you 😊

HamadaFMahdi commented 4 hours ago

Fixed