chore: remove unneeded attribute in DatePickerWithPresets.vue example

This commit is contained in:
Sadegh Barati 2024-04-11 17:44:14 +03:30
parent cf81f9d846
commit 461c4475ef
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ const value = ref<DateValue>()
</script> </script>
<template> <template>
<Popover onfocus> <Popover>
<PopoverTrigger as-child> <PopoverTrigger as-child>
<Button <Button
variant="outline" variant="outline"

View File

@ -29,7 +29,7 @@ const value = ref<DateValue>()
</script> </script>
<template> <template>
<Popover onfocus> <Popover>
<PopoverTrigger as-child> <PopoverTrigger as-child>
<Button <Button
variant="outline" variant="outline"