Created
December 6, 2020 01:03
-
-
Save spiritbroski/f1abce24d849a1da7332f6ed3f74abde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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