mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
feat(InputNumber): implement component (#2577)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -9,6 +9,10 @@ export default defineLocale({
|
||||
noData: 'Sin datos',
|
||||
create: 'Crear "{label}"'
|
||||
},
|
||||
inputNumber: {
|
||||
increment: 'Incremento',
|
||||
decrement: 'Decremento'
|
||||
},
|
||||
commandPalette: {
|
||||
noMatch: 'No hay datos coincidentes',
|
||||
noData: 'Sin datos',
|
||||
|
||||
Reference in New Issue
Block a user