Skip to content

Commit b260b3e

Browse files
committed
Adding app file for databox
1 parent 4bd55a3 commit b260b3e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/databox/databox.app.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
export default {
2+
type: "app",
3+
app: "databox",
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

Comments
 (0)