Iterated on features UI

This commit is contained in:
Stefan Zermatten
2019-04-03 16:50:22 +02:00
parent 021a53ef36
commit b35e08b9b4
13 changed files with 125 additions and 131 deletions

View File

@@ -7,7 +7,7 @@
<slot name="toolbar"></slot>
<template v-if="$slots.edit">
<v-spacer/>
<v-btn icon flat @click="() => $emit('delete')" v-if="isEditing">
<v-btn icon flat @click="$emit('remove')" v-if="isEditing">
<v-icon>delete</v-icon>
</v-btn>
<v-btn icon flat @click="isEditing = !isEditing">