mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
fix(fe): close button
This commit is contained in:
parent
b15404fcb8
commit
bc5da3536d
@ -59,8 +59,9 @@
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn
|
||||
icon
|
||||
@click="taskLogDialog = false; onTaskLogDialogClosed()"
|
||||
>
|
||||
<v-icon @click="taskLogDialog = false; onTaskLogDialogClosed()">mdi-close</v-icon>
|
||||
<v-icon>mdi-close</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
<template v-slot:form="{}">
|
||||
|
@ -14,9 +14,7 @@ Can use used in tandem with ItemFormBase.js. See KeyForm.vue for example.
|
||||
>
|
||||
<v-card>
|
||||
<v-card-title class="headline">
|
||||
<slot
|
||||
name="title"
|
||||
>{{ title }}</slot>
|
||||
<slot name="title">{{ title }}</slot>
|
||||
</v-card-title>
|
||||
|
||||
<v-card-text class="pb-0">
|
||||
|
Loading…
Reference in New Issue
Block a user