This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-28 17:17:15 +01:00
committed by GitHub
parent ed31e922c0
commit 6a12566e1f

View File

@@ -1,4 +1,5 @@
import VinlottisPage from "@/components/VinlottisPage"; import VinlottisPage from "@/components/VinlottisPage";
import GeneratePage from "@/components/GeneratePage";
const routes = [ const routes = [
{ {
@@ -7,7 +8,7 @@ const routes = [
}, },
{ {
path: "/generate", path: "/generate",
component: resolve => require(["@/components/GeneratePage"], resolve) component: GeneratePage
}, },
{ {
path: "/login", path: "/login",