Non lazy
This commit is contained in:
committed by
GitHub
parent
ed31e922c0
commit
6a12566e1f
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user