Add Str numeronym (i18n) tool

This commit is contained in:
2024-04-19 14:25:41 +03:00
parent c82bf33d50
commit 373dbff423
3 changed files with 61 additions and 0 deletions

View File

@ -65,6 +65,11 @@ const router = createRouter({
name: 'str_to_php_array',
component: () => import('../views/StrToPHPArray.vue'),
},
{
path: '/numeronym',
name: 'numeronym',
component: () => import('../views/StrNumeronym.vue'),
},
{
path: '/php_array_to_json',
name: 'php_array_to_json',