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 0663fd3 commit f366e43Copy full SHA for f366e43
components/data_stores/data_stores.app.mjs
@@ -0,0 +1,11 @@
1
+export default {
2
+ type: "app",
3
+ app: "data_stores",
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