diff --git a/package.json b/package.json index 901ff40..f43b17c 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,6 @@ "@types/node": "^17.0.21", "@types/webpack-env": "^1.16.3", "@vitejs/plugin-vue": "^2.2.0", - "eslint": "^8.11.0", - "eslint-plugin-vue": "^8.5.0", "lib-flexible": "^0.3.2", "postcss-pxtorem": "^5.1.1", "sass": "^1.49.9", diff --git a/src/router/index.ts b/src/router/index.ts index 6a52f8d..7f1e178 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -44,7 +44,7 @@ const routes: Array = [ { path: '/detail/:id', name: 'Detail', - component: () => import('@/views/Detail.vue') + component: () => import('@/views/home/Detail.vue') } ] },