added grip indication to supermarket category pills

This commit is contained in:
smilerz
2021-09-29 16:42:19 -05:00
parent a0e9b88062
commit d1bed45eb6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<draggable v-if="itemList" v-model="this_list" tag="span" group="ordered_items" z-index="500"
@change="orderChanged">
<span :key="k.id" v-for="k in itemList" class="pl-1">
<b-badge pill :variant="color">{{thisLabel(k)}}</b-badge>
<b-badge squared :variant="color"><i class="fas fa-grip-lines-vertical text-muted"></i><span class="ml-1">{{thisLabel(k)}}</span></b-badge>
</span>
</draggable>
</template>