mirror of
https://github.com/BluemediaGER/video-platform.git
synced 2024-11-12 21:35:29 +01:00
Fix lazy loaded Watch route
This commit is contained in:
parent
5876d29689
commit
c032b2d294
|
@ -10,7 +10,7 @@ const routes = [
|
|||
{
|
||||
path: "/watch",
|
||||
name: "watch",
|
||||
component: import("@/views/Watch"),
|
||||
component: () => import("../views/Watch.vue"),
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue