Add IBAN generator tool

This commit is contained in:
2024-10-09 19:51:57 +03:00
parent 068bb1d36b
commit faabc828d6
3 changed files with 185 additions and 0 deletions

View File

@ -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