Skip to content

Commit

Permalink
VaSelect refactoring (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
aluarius authored Jan 24, 2023
1 parent b9644b5 commit d54999b
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 169 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/components/va-select/VaSelect.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@
class="mb-6"
label="Content slot"
:options="defaultSingleSelect.options"
multiple
>
<template #content="{ value }">
<va-chip>{{ value || 'no value :(' }}</va-chip>
Expand Down
Loading

0 comments on commit d54999b

Please sign in to comment.