mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 14:08:06 +01:00
feat(Calendar): implement component (#2618)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ export * from '../components/AvatarGroup.vue'
|
||||
export * from '../components/Badge.vue'
|
||||
export * from '../components/Breadcrumb.vue'
|
||||
export * from '../components/Button.vue'
|
||||
export * from '../components/Calendar.vue'
|
||||
export * from '../components/Card.vue'
|
||||
export * from '../components/Carousel.vue'
|
||||
export * from '../components/Checkbox.vue'
|
||||
|
||||
@@ -4,6 +4,12 @@ export type Messages = {
|
||||
noData: string
|
||||
create: string
|
||||
}
|
||||
calendar: {
|
||||
prevYear: string
|
||||
nextYear: string
|
||||
prevMonth: string
|
||||
nextMonth: string
|
||||
}
|
||||
inputNumber: {
|
||||
increment: string
|
||||
decrement: string
|
||||
|
||||
Reference in New Issue
Block a user