You've already forked random-web-tools
Add sql formatter tool
This commit is contained in:
@ -69,6 +69,11 @@ const router = createRouter({
|
||||
name: 'sql_split_in',
|
||||
component: () => import('../views/SQLSplitInView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/sql_formatter',
|
||||
name: 'sql_formatter',
|
||||
component: () => import('../views/SQLFormatter.vue'),
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user