fix(Certificate Parser): add validity dates and enhance extension display

This commit is contained in:
ShareVB 2025-02-02 18:30:32 +01:00
parent d0582b3142
commit b9ab7cbf2d
3 changed files with 883 additions and 1 deletions

1
components.d.ts vendored
View file

@ -135,6 +135,7 @@ declare module '@vue/runtime-core' {
NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDivider: typeof import('naive-ui')['NDivider']
NDivider: typeof import('naive-ui')['NDivider']
NEllipsis: typeof import('naive-ui')['NEllipsis']
NH1: typeof import('naive-ui')['NH1']
NH3: typeof import('naive-ui')['NH3']