Add Str to NATO alphabet tool

This commit is contained in:
2024-04-19 14:41:49 +03:00
parent 373dbff423
commit 34605ce9b9
3 changed files with 64 additions and 3 deletions

View File

@ -66,10 +66,15 @@ const router = createRouter({
component: () => import('../views/StrToPHPArray.vue'),
},
{
path: '/numeronym',
name: 'numeronym',
path: '/str_numeronym',
name: 'str_numeronym',
component: () => import('../views/StrNumeronym.vue'),
},
{
path: '/str_to_nato_alphabet',
name: 'str_to_nato_alphabet',
component: () => import('../views/StrToNATOAlphabet.vue'),
},
{
path: '/php_array_to_json',
name: 'php_array_to_json',