Added empty page for actual observation form.

This commit is contained in:
neviyn 2018-09-17 12:59:03 +01:00
parent 6fa83c5f69
commit d73f35c21b
2 changed files with 10 additions and 6 deletions

View File

@ -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")
}
]
});

View File

@ -0,0 +1,7 @@
<template>
</template>
<script>
</script>