Update Page.vue (#4072)
This commit is contained in:
committed by
GitHub
parent
27d109b233
commit
89520fbf8a
@@ -36,6 +36,8 @@
|
||||
class="md:min-w-80"
|
||||
allow-unset
|
||||
:items="categories"
|
||||
size="base"
|
||||
color="foundation"
|
||||
>
|
||||
<template #something-selected="{ value }">
|
||||
{{ isArray(value) ? value[0].name : value.name }}
|
||||
|
||||
Reference in New Issue
Block a user