You've already forked random-web-tools
Add IBAN generator tool
This commit is contained in:
@ -115,6 +115,11 @@ const router = createRouter({
|
||||
name: 'fix_ru_en_keyboard',
|
||||
component: () => import('../views/strings/FixRuEnKeyboard.vue'),
|
||||
},
|
||||
{
|
||||
path: '/iban_generator',
|
||||
name: 'iban_generator',
|
||||
component: () => import('../views/strings/IbanGenerator.vue'),
|
||||
},
|
||||
|
||||
/**
|
||||
* PHP
|
||||
|
Reference in New Issue
Block a user