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 5a5daa7 commit 21b3e3aCopy full SHA for 21b3e3a
components/lighthouse/lighthouse.app.mjs
@@ -0,0 +1,11 @@
1
+export default {
2
+ type: "app",
3
+ app: "lighthouse",
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