chore: remove unneeded attribute in DatePickerWithPresets.vue example
This commit is contained in:
parent
cf81f9d846
commit
461c4475ef
|
|
@ -29,7 +29,7 @@ const value = ref<DateValue>()
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<Popover onfocus>
|
||||
<Popover>
|
||||
<PopoverTrigger as-child>
|
||||
<Button
|
||||
variant="outline"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ const value = ref<DateValue>()
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<Popover onfocus>
|
||||
<Popover>
|
||||
<PopoverTrigger as-child>
|
||||
<Button
|
||||
variant="outline"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user