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
|
component: Home
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/about",
|
path: "/observation",
|
||||||
name: "about",
|
name: "observation",
|
||||||
// route level code-splitting
|
|
||||||
// this generates a separate chunk (about.[hash].js) for this route
|
|
||||||
// which is lazy-loaded when the route is visited.
|
|
||||||
component: () =>
|
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