feat(new-tool): http status codes

This commit is contained in:
Corentin Thomasset 2023-04-14 01:20:47 +02:00 committed by Corentin THOMASSET
parent 6fb4994603
commit 8355bd2ae4
6 changed files with 525 additions and 0 deletions

1
components.d.ts vendored
View file

@ -37,6 +37,7 @@ declare module '@vue/runtime-core' {
NH1: typeof import('naive-ui')['NH1']
NH2: typeof import('naive-ui')['NH2']
NH3: typeof import('naive-ui')['NH3']
NH4: typeof import('naive-ui')['NH4']
NIcon: typeof import('naive-ui')['NIcon']
NImage: typeof import('naive-ui')['NImage']
NInput: typeof import('naive-ui')['NInput']