Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
ijkml committed Nov 29, 2024
1 parent 463e2c1 commit 75e1a89
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@ onMounted(() => {
</button>
</div>

<div class="deck">
<button @click="umTrackRevenue('buy-course', 49.95, 'USD')">
Buy course: $49.95
</button>
<button @click="umTrackRevenue('buy-premium', 199.99, 'EUR')">
Buy premium: £199.99
</button>
<button @click="umTrackRevenue('buy-coffee', 20, 'YEN')">
Buy coffee: ¥20
</button>
</div>

<div class="deck">
<NuxtLink to="/">
Homepage
Expand Down

0 comments on commit 75e1a89

Please sign in to comment.