Add php serialize tool

This commit is contained in:
2024-08-20 22:00:04 +03:00
parent 9778653a49
commit e99e92dda4
4 changed files with 131 additions and 0 deletions

View File

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