You've already forked random-web-tools
Add Str to NATO alphabet tool
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user