ui-lib(new-component): added text input component in the c-lib

This commit is contained in:
Corentin Thomasset 2023-05-07 23:31:10 +02:00
parent cb1665acf2
commit a64ebd43d5
No known key found for this signature in database
GPG key ID: DBD997E935996158
14 changed files with 428 additions and 21 deletions

View file

@ -9,6 +9,6 @@
"paths": {
"@/*": ["./src/*"]
},
"types": ["naive-ui/volar"]
"types": ["naive-ui/volar", "unplugin-icons/types/vue"]
}
}