Added empty page for actual observation form.
This commit is contained in:
parent
6fa83c5f69
commit
d73f35c21b
@ -12,13 +12,10 @@ export default new Router({
|
||||
component: Home
|
||||
},
|
||||
{
|
||||
path: "/about",
|
||||
name: "about",
|
||||
// route level code-splitting
|
||||
// this generates a separate chunk (about.[hash].js) for this route
|
||||
// which is lazy-loaded when the route is visited.
|
||||
path: "/observation",
|
||||
name: "observation",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "about" */ "./views/About.vue")
|
||||
import(/* webpackChunkName: "about" */ "./views/Observation.vue")
|
||||
}
|
||||
]
|
||||
});
|
||||
|
7
frontend/src/views/Observation.vue
Normal file
7
frontend/src/views/Observation.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user