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