Fix router error after form page removal (#2)
Sweet. There was a regression in the very first PR #1 ! This fixes that. Signed-off-by: Justin Georgi <justin.georgi@gmail.com> Reviewed-on: Georgi_Lab/ALVINN_f7#2
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
|
||||
import HomePage from '../pages/home.vue';
|
||||
import AboutPage from '../pages/about.vue';
|
||||
import FormPage from '../pages/form.vue';
|
||||
|
||||
|
||||
import DynamicRoutePage from '../pages/dynamic-route.vue';
|
||||
import RequestAndLoad from '../pages/request-and-load.vue';
|
||||
@@ -17,10 +15,6 @@ var routes = [
|
||||
path: '/about/',
|
||||
component: AboutPage,
|
||||
},
|
||||
{
|
||||
path: '/form/',
|
||||
component: FormPage,
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user