mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-30 03:19:12 -04:00
feat(tool): added BIP39 generator
This commit is contained in:
parent
93c11f0e44
commit
ecbc5bad28
5 changed files with 132 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue