feat(InputNumber): implement component (#2577)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Alex
2024-11-18 14:08:57 +05:00
committed by GitHub
parent 7329900ae5
commit bd2f077fe8
39 changed files with 1657 additions and 26 deletions

View File

@@ -9,6 +9,10 @@ export default defineLocale({
noData: 'Keine Daten',
create: 'Erstellen "{label}"'
},
inputNumber: {
increment: 'Erhöhen',
decrement: 'Verringern'
},
commandPalette: {
noMatch: 'Nichts gefunden',
noData: 'Keine Daten',