mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
feat(InputNumber): implement component (#2577)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@ export * from '../components/Form.vue'
|
||||
export * from '../components/FormField.vue'
|
||||
export * from '../components/Input.vue'
|
||||
export * from '../components/InputMenu.vue'
|
||||
export * from '../components/InputNumber.vue'
|
||||
export * from '../components/Kbd.vue'
|
||||
export * from '../components/Link.vue'
|
||||
export * from '../components/Modal.vue'
|
||||
|
||||
@@ -4,6 +4,10 @@ export type Messages = {
|
||||
noData: string
|
||||
create: string
|
||||
}
|
||||
inputNumber: {
|
||||
increment: string
|
||||
decrement: string
|
||||
}
|
||||
commandPalette: {
|
||||
noMatch: string
|
||||
noData: string
|
||||
|
||||
Reference in New Issue
Block a user