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 bbc92b7 commit 7817825Copy full SHA for 7817825
web/pages/settings/index.vue
@@ -65,11 +65,12 @@
65
:block="$vuetify.breakpoint.mdAndDown"
66
:large="$vuetify.breakpoint.mdAndDown"
67
:value="apiKey"
68
+ color="primary"
69
copy-text="Copy API Key"
70
notification-text="API Key copied successfully"
71
></copy-button>
- <v-spacer></v-spacer>
72
<v-btn
73
+ class="ml-4"
74
v-if="$vuetify.breakpoint.lgAndUp"
75
:href="$store.getters.getAppData.documentationUrl"
76
>Documentation</v-btn
0 commit comments