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