mirror of
https://github.com/BluemediaDev/video-platform.git
synced 2024-12-21 22: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",
|
path: "/watch",
|
||||||
name: "watch",
|
name: "watch",
|
||||||
component: import("@/views/Watch"),
|
component: () => import("../views/Watch.vue"),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue