mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
Add tool floating-point-number-converter.
This commit is contained in:
parent
f962c416a3
commit
b57a40aad9
8 changed files with 313 additions and 0 deletions
1
components.d.ts
vendored
1
components.d.ts
vendored
|
@ -79,6 +79,7 @@ declare module '@vue/runtime-core' {
|
|||
Encryption: typeof import('./src/tools/encryption/encryption.vue')['default']
|
||||
EtaCalculator: typeof import('./src/tools/eta-calculator/eta-calculator.vue')['default']
|
||||
FavoriteButton: typeof import('./src/components/FavoriteButton.vue')['default']
|
||||
FloatingPointNumberConverter: typeof import('./src/tools/floating-point-number-converter/floating-point-number-converter.vue')['default']
|
||||
FormatTransformer: typeof import('./src/components/FormatTransformer.vue')['default']
|
||||
GitMemo: typeof import('./src/tools/git-memo/git-memo.vue')['default']
|
||||
'GitMemo.content': typeof import('./src/tools/git-memo/git-memo.content.md')['default']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue