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