You've already forked random-web-tools
Commit
This commit is contained in:
@ -16,6 +16,11 @@ const router = createRouter({
|
||||
name: 'explain_crontab',
|
||||
component: () => import('../views/ExplainCrontab.vue'),
|
||||
},
|
||||
{
|
||||
path: '/table_to_mediawiki_table',
|
||||
name: 'table_to_mediawiki_table',
|
||||
component: () => import('../views/TableToMediawikiTable.vue'),
|
||||
},
|
||||
|
||||
/**
|
||||
* String manipulation
|
||||
|
Reference in New Issue
Block a user