chore: add static width to TagsInputCombo example
This commit is contained in:
parent
375493cf93
commit
34ee1e1e2b
|
|
@ -20,7 +20,7 @@ const filteredFrameworks = computed(() => frameworks.filter(i => !modelValue.val
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<TagsInput class="px-0 gap-0" :model-value="modelValue">
|
||||
<TagsInput class="px-0 gap-0 w-80" :model-value="modelValue">
|
||||
<div class="flex gap-2 flex-wrap items-center px-3">
|
||||
<TagsInputItem v-for="item in modelValue" :key="item" :value="item">
|
||||
<TagsInputItemText />
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ const filteredFrameworks = computed(() => frameworks.filter(i => !modelValue.val
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<TagsInput class="px-0 gap-0" :model-value="modelValue">
|
||||
<TagsInput class="px-0 gap-0 w-80" :model-value="modelValue">
|
||||
<div class="flex gap-2 flex-wrap items-center px-3">
|
||||
<TagsInputItem v-for="item in modelValue" :key="item" :value="item">
|
||||
<TagsInputItemText />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user