This commit is contained in:
2020-11-05 15:32:08 +00:00
parent b8585e1e87
commit 67fc6f7f82
5 changed files with 25 additions and 9 deletions

View File

@@ -40,7 +40,9 @@
</v-dialog>
</v-col>
<v-col cols="12" v-if="!hasItems()">
<v-btn outlined @click.native="showSelector = true">{{ $ay.t("Add") }}</v-btn>
<v-btn outlined @click.native="showSelector = true">{{
$ay.t("Add")
}}</v-btn>
</v-col>
<v-col
v-for="(item, i) in effectiveView"