You've already forked random-web-tools
Add unix timestamp tool
This commit is contained in:
@ -36,6 +36,11 @@ const router = createRouter({
|
||||
name: 'qr_code',
|
||||
component: () => import('../views/QRCode.vue'),
|
||||
},
|
||||
{
|
||||
path: '/unix_timestamp',
|
||||
name: 'unix_timestamp',
|
||||
component: () => import('../views/UnixTimestamp.vue'),
|
||||
},
|
||||
|
||||
/**
|
||||
* String manipulation
|
||||
|
Reference in New Issue
Block a user