We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f968db commit 92d28a9Copy full SHA for 92d28a9
components/markettime/markettime.app.mjs
@@ -0,0 +1,11 @@
1
+export default {
2
+ type: "app",
3
+ app: "markettime",
4
+ propDefinitions: {},
5
+ methods: {
6
+ // this.$auth contains connected account data
7
+ authKeys() {
8
+ console.log(Object.keys(this.$auth));
9
+ },
10
11
+};
0 commit comments