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