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 b260b3e commit efa0c2bCopy full SHA for efa0c2b
components/dacast/dacast.app.mjs
@@ -0,0 +1,11 @@
1
+export default {
2
+ type: "app",
3
+ app: "dacast",
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