Fix router error after form page removal
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
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