Search
diff --git a/src/components/GetDomainBtn.vue b/src/components/GetDomainBtn.vue
new file mode 100644
index 0000000..e30d2d4
--- /dev/null
+++ b/src/components/GetDomainBtn.vue
@@ -0,0 +1,73 @@
+
+
+ Get
+
{{domain}}
+ for
+
+ {{price}}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/RotateSquare2.vue b/src/components/RotateSquare2.vue
new file mode 100644
index 0000000..d82a0fe
--- /dev/null
+++ b/src/components/RotateSquare2.vue
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
diff --git a/src/components/TonButton.vue b/src/components/TonButton.vue
index a6d6ee7..e475995 100644
--- a/src/components/TonButton.vue
+++ b/src/components/TonButton.vue
@@ -1,7 +1,7 @@
diff --git a/src/components/ZonePricing.vue b/src/components/ZonePricing.vue
index 3766c4b..2c558f1 100644
--- a/src/components/ZonePricing.vue
+++ b/src/components/ZonePricing.vue
@@ -13,12 +13,12 @@
|
-
+
|
-
+
|
@@ -45,7 +45,7 @@
-
+
Get
diff --git a/src/router/index.ts b/src/router/index.ts
index 697d75f..dbeebc3 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -48,6 +48,12 @@ const router = createRouter({
path: '/find',
name: 'Find',
component: () => import('../views/Find.vue')
+ },
+ {
+ path: '/find/:query',
+ name: 'FindQ',
+ component: () => import('../views/FindQ.vue'),
+ props: true
}
]
})
diff --git a/src/views/FindQ.vue b/src/views/FindQ.vue
new file mode 100644
index 0000000..d8670e8
--- /dev/null
+++ b/src/views/FindQ.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Get.vue b/src/views/Get.vue
index cf925a5..1cb5332 100644
--- a/src/views/Get.vue
+++ b/src/views/Get.vue
@@ -2,12 +2,14 @@
+