share tracking

This commit is contained in:
tim
2025-04-22 16:53:26 -04:00
parent 21f324aa12
commit 7b5421e6e7
2 changed files with 6 additions and 1 deletions

View File

@@ -210,6 +210,7 @@ const shareUrl = ref(null)
function shareOrder() {
sharing.value = true
track('share')
getShareUrl().then(url => {
shareUrl.value = url
sharing.value = false