Basic validation form

This commit is contained in:
Vojtěch Káně
2021-01-23 06:29:43 +01:00
parent f55d90400a
commit c02e0b82bc
6 changed files with 43 additions and 41 deletions
+6 -1
View File
@@ -17,7 +17,12 @@ const routes = [
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import(/* webpackChunkName: "about" */ '../views/Edit.vue')
}
},
{
path: '/upload',
name: 'Upload',
component: () => import('../views/Upload'),
},
]
const router = new VueRouter({