diff --git a/playground/pages/input-menu.vue b/playground/pages/input-menu.vue index 0b51d402..2b71cf94 100644 --- a/playground/pages/input-menu.vue +++ b/playground/pages/input-menu.vue @@ -9,6 +9,7 @@ const fruits = ['Apple', 'Banana', 'Blueberry', 'Grapes', 'Pineapple'] const vegetables = ['Aubergine', 'Broccoli', 'Carrot', 'Courgette', 'Leek'] const items = [[{ label: 'Fruits', type: 'label' }, ...fruits], [{ label: 'Vegetables', type: 'label' }, ...vegetables]] +const selectedItems = ref([fruits[0], vegetables[0]]) const statuses = [{ label: 'Backlog', @@ -48,11 +49,11 @@ const { data: users, pending } = await useFetch('https://jsonplaceholder.typicod + - +
+ +
diff --git a/playground/pages/input.vue b/playground/pages/input.vue index ff3b4c00..b58b8c5a 100644 --- a/playground/pages/input.vue +++ b/playground/pages/input.vue @@ -18,9 +18,8 @@ const sizes = Object.keys(theme.variants.size) - - +
- + -