File tree 3 files changed +4
-3
lines changed
packages/devtools/app/components/inputs
playgrounds/nuxt/components
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ const calendarDate = computed({
21
21
</script >
22
22
23
23
<template >
24
- <UPopover mode = " hover " >
24
+ <UPopover >
25
25
<UButton
26
26
color =" neutral"
27
- variant =" subtle "
27
+ variant =" outline "
28
28
icon =" i-lucide-calendar"
29
29
>
30
30
{{ modelValue ? df.format(modelValue) : 'Select a date' }}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const visibleIcons = computed(() => {
53
53
</script >
54
54
55
55
<template >
56
- <UPopover mode = " hover " >
56
+ <UPopover >
57
57
<UButtonGroup >
58
58
<UButton
59
59
:icon =" modelValue"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const _props = defineProps<{
4
4
string? : string
5
5
number? : number
6
6
boolean? : boolean
7
+ date? : Date
7
8
primitiveUnion? : string | number | boolean
8
9
9
10
// Arrays
You can’t perform that action at this time.
0 commit comments