mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
feat(Calendar): implement component (#2618)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -93,6 +93,8 @@ const options = computed(() => {
|
||||
chip: key.toLowerCase().endsWith('color') ? { color: variant } : undefined
|
||||
}))
|
||||
|
||||
// TODO: process "undefined | Date | DateRange", https://github.com/nuxt/ui/issues/2651
|
||||
|
||||
return {
|
||||
name: key,
|
||||
label: key,
|
||||
|
||||
Reference in New Issue
Block a user