diff --git a/src/App.vue b/src/App.vue
index 7c5cdd2..914d08e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -12,6 +12,8 @@
#app {
width: 100vw;
height: 100vh;
+ width: 7680px;
+ height: 3240px;
background-color: transparent;
}
diff --git a/src/router/index.js b/src/router/index.js
index f8ece1f..2a7122d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -8,6 +8,13 @@ const routes = [
path: "/",
name: "index",
component: () => import("../views/Index.vue"),
+ children: [
+ {
+ path: "/znyw",
+ name: "znyw",
+ component: () => import("../views/lll/ZNYW.vue"),
+ },
+ ],
},
];
diff --git a/src/views/Index.vue b/src/views/Index.vue
index 109c01a..b570fe0 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -1,6 +1,5 @@
@@ -14,12 +13,6 @@ export default {
};