feat(tool): added BIP39 generator

This commit is contained in:
Corentin Thomasset 2021-03-15 18:38:16 +01:00
parent 93c11f0e44
commit ecbc5bad28
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 132 additions and 1 deletions

View file

@ -25,7 +25,7 @@ import type {ToolConfig} from '@/types/ToolConfig'
import Tool from '~/components/Tool.vue'
@Component
export default class UuidGenerator extends Tool {
export default class MyComponent extends Tool {
config(): ToolConfig {
return {
title: 'My component',