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