feat(tool): bip39-generator

This commit is contained in:
Corentin Thomasset 2022-04-11 22:47:05 +02:00
parent 3ae872847b
commit d55329f3ab
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 193 additions and 28 deletions

View file

@ -42,9 +42,13 @@ import {
NH3,
NEllipsis,
NTag,
NInputGroup,
NInputGroupLabel,
} from 'naive-ui';
const components = [
NInputGroup,
NInputGroupLabel,
NTag,
NResult,
NEllipsis,