Skip to content

Instantly share code, notes, and snippets.

@spiritbroski
Created December 6, 2020 01:03
Show Gist options
  • Select an option

  • Save spiritbroski/f1abce24d849a1da7332f6ed3f74abde to your computer and use it in GitHub Desktop.

Select an option

Save spiritbroski/f1abce24d849a1da7332f6ed3f74abde to your computer and use it in GitHub Desktop.
<template>
...
<DashboardInfo :username="username" :profilePhoto="profilePhoto" :paypalToken="paypalToken"/>
...
</template>
<script lang=ts>
...
public paypalToken: boolean = false
...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment