Add str sort lines tool

This commit is contained in:
2023-12-04 10:56:09 +02:00
parent 77780ec130
commit 932a8250b6
3 changed files with 90 additions and 0 deletions

View File

@ -20,6 +20,11 @@ const router = createRouter({
name: 'str_length',
component: () => import('../views/StrLength.vue'),
},
{
path: '/str_sort_lines',
name: 'str_sort_lines',
component: () => import('../views/StrSortLines.vue'),
},
{
path: '/str_to_lower_upper',
name: 'str_to_lower_upper',