You've already forked random-web-tools
Add json formatter
This commit is contained in:
@ -61,6 +61,15 @@ const router = createRouter({
|
||||
component: () => import('../views/UrlEncodeDecode.vue'),
|
||||
},
|
||||
|
||||
/**
|
||||
* JSON manipulation
|
||||
*/
|
||||
{
|
||||
path: '/json_formatter',
|
||||
name: 'json_formatter',
|
||||
component: () => import('../views/JSONFormatter.vue'),
|
||||
},
|
||||
|
||||
/**
|
||||
* SQL manipulation
|
||||
*/
|
||||
|
Reference in New Issue
Block a user