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 d71cba5 commit 2568282Copy full SHA for 2568282
packages/common-ui/src/components/SkMouseTrap.vue
@@ -1,7 +1,9 @@
1
<template>
2
<v-dialog v-if="display" max-width="500px" transition="dialog-transition">
3
<template #activator="{ props }">
4
- <v-btn icon color="primary" v-bind="props"> ? </v-btn>
+ <v-btn icon color="primary" v-bind="props">
5
+ <v-icon>mdi-keyboard</v-icon>
6
+ </v-btn>
7
</template>
8
9
<v-card>
0 commit comments