Skip to content

Commit 51f5f29

Browse files
committed
Adding app file for zerotier
1 parent f257939 commit 51f5f29

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/zerotier/zerotier.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: "zerotier",
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)