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 b15404f commit bc5da35Copy full SHA for bc5da35
web2/src/App.vue
@@ -59,8 +59,9 @@
59
<v-spacer></v-spacer>
60
<v-btn
61
icon
62
+ @click="taskLogDialog = false; onTaskLogDialogClosed()"
63
>
- <v-icon @click="taskLogDialog = false; onTaskLogDialogClosed()">mdi-close</v-icon>
64
+ <v-icon>mdi-close</v-icon>
65
</v-btn>
66
</template>
67
<template v-slot:form="{}">
web2/src/components/EditDialog.vue
@@ -14,9 +14,7 @@ Can use used in tandem with ItemFormBase.js. See KeyForm.vue for example.
14
15
<v-card>
16
<v-card-title class="headline">
17
- <slot
18
- name="title"
19
- >{{ title }}</slot>
+ <slot name="title">{{ title }}</slot>
20
</v-card-title>
21
22
<v-card-text class="pb-0">
0 commit comments