Add php array to json tool

This commit is contained in:
2023-12-12 12:21:09 +02:00
parent 3b0517161f
commit 99e6523f0c
6 changed files with 110 additions and 3 deletions

View File

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