Add str to php array tool

This commit is contained in:
2023-12-12 11:45:57 +02:00
parent 6a860633b2
commit 3b0517161f
4 changed files with 125 additions and 0 deletions

View File

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