Merge branch 'master' of github.com:KevinMidboe/vinlottis

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-29 16:32:25 +01:00

View File

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