Merge pull request #3024 from chakflying/feat/edit-tag-multiselect

UI: Use vue-multiselect in Edit Tag & Styling Fixes
This commit is contained in:
Louis Lam
2023-05-09 20:43:30 +08:00
committed by GitHub
4 changed files with 29 additions and 8 deletions

View File

@@ -291,9 +291,7 @@
class="mt-3"
>
<template #option="{ option }">
<div
class="d-inline-flex"
>
<div class="d-inline-flex">
<span>{{ option.name }} <Tag v-for="tag in option.tags" :key="tag" :item="tag" :size="'sm'" /></span>
</div>
</template>