mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
feat(new-tool): percentage calculator (#456)
* feat(new tool): percentage calculator * Apply suggestions from code review Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> --------- Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
69f0bd079f
commit
b9406a492d
5 changed files with 129 additions and 1 deletions
1
components.d.ts
vendored
1
components.d.ts
vendored
|
@ -135,6 +135,7 @@ declare module '@vue/runtime-core' {
|
|||
NUpload: typeof import('naive-ui')['NUpload']
|
||||
NUploadDragger: typeof import('naive-ui')['NUploadDragger']
|
||||
OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default']
|
||||
PercentageCalculator: typeof import('./src/tools/percentage-calculator/percentage-calculator.vue')['default']
|
||||
PhoneParserAndFormatter: typeof import('./src/tools/phone-parser-and-formatter/phone-parser-and-formatter.vue')['default']
|
||||
QrCodeGenerator: typeof import('./src/tools/qr-code-generator/qr-code-generator.vue')['default']
|
||||
RandomPortGenerator: typeof import('./src/tools/random-port-generator/random-port-generator.vue')['default']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue