forked from trent_larson/crowd-funder-for-time-pwa
fix linting error
This commit is contained in:
@@ -196,9 +196,7 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
path: "/test",
|
path: "/test",
|
||||||
name: "test",
|
name: "test",
|
||||||
component: () =>
|
component: () =>
|
||||||
import(
|
import(/* webpackChunkName: "test" */ "../views/TestView.vue"),
|
||||||
/* webpackChunkName: "test" */ "../views/TestView.vue"
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user