diff --git a/src/router/index.js b/src/router/index.js index e3a6901..b080e9a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -10,7 +10,7 @@ const routes = [ { path: "/watch", name: "watch", - component: import("@/views/Watch"), + component: () => import("../views/Watch.vue"), }, ];