This commit is contained in:
2021-01-02 18:59:42 +00:00
parent ee4fb103de
commit 6e7d786744
9 changed files with 37 additions and 52 deletions

View File

@@ -19,18 +19,12 @@
cache-items
>
<template slot="no-data" v-if="tagSearchEntry">
<v-container fluid>
<v-row>
<v-row justify-center>
<v-chip color="primary" text-color="white" class="display-1">
{{ this.normalizeTag(tagSearchEntry) }}</v-chip
>
<v-btn large icon @click="addTag()">
<v-icon large color="success">$ayiPlusCircle</v-icon>
</v-btn>
</v-row>
</v-row>
</v-container>
<v-chip color="primary" text-color="white" class="display-1">
{{ this.normalizeTag(tagSearchEntry) }}</v-chip
>
<v-btn large icon @click="addTag()">
<v-icon large color="success">$ayiPlusCircle</v-icon>
</v-btn>
</template>
</v-autocomplete>
</div>