mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 23:06:14 -04:00
feat: DateConverter
Signed-off-by: CorentinTh <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
d1db2c8601
commit
5a06d89bcc
7 changed files with 132 additions and 53 deletions
|
@ -3,6 +3,7 @@ import VueRouter from 'vue-router'
|
|||
import Home from './routes/Home.vue'
|
||||
import TokenGenerator from "./components/TokenGenerator";
|
||||
import Hash from "./components/Hash";
|
||||
import DateConverter from "./components/DateConverter";
|
||||
|
||||
Vue.use(VueRouter)
|
||||
|
||||
|
@ -19,6 +20,10 @@ const routes = [
|
|||
path: '/hash',
|
||||
component: Hash
|
||||
},
|
||||
{
|
||||
path: '/date-converter',
|
||||
component: DateConverter
|
||||
},
|
||||
{
|
||||
path: '/about',
|
||||
name: 'About',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue