diff --git a/src/main/resources/static/js/app.js b/src/main/resources/static/js/app.js
index 890f70f..c25dddd 100644
--- a/src/main/resources/static/js/app.js
+++ b/src/main/resources/static/js/app.js
@@ -17,6 +17,15 @@ var router = new VueRouter({
{
path: "/papers/dashboard", component: httpVueLoaderEx("/papers/paper-dashboard.vue", "PaperDashboard")
},
+ {
+ path: "/other/other", component: httpVueLoaderEx("/other/other.vue", "OtherMain")
+ },
+ {
+ path: "/other/validator1", component: httpVueLoaderEx("/other/validator1.vue", "OtherValidator1")
+ },
+ {
+ path: "/other/validator2", component: httpVueLoaderEx("/other/validator2.vue", "OtherValidator2")
+ },
{
path: "/*", component: httpVueLoaderEx("/core-components/page-not-found.vue", "PageNotFound")
}
diff --git a/src/main/resources/static/other/other.vue b/src/main/resources/static/other/other.vue
new file mode 100644
index 0000000..08856f4
--- /dev/null
+++ b/src/main/resources/static/other/other.vue
@@ -0,0 +1,14 @@
+
+
+
+
+ Валидатор1
+
+
+
+
+ Валидатор2
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/static/other/validator1.vue b/src/main/resources/static/other/validator1.vue
new file mode 100644
index 0000000..4da7c0b
--- /dev/null
+++ b/src/main/resources/static/other/validator1.vue
@@ -0,0 +1,14 @@
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/static/other/validator2.vue b/src/main/resources/static/other/validator2.vue
new file mode 100644
index 0000000..409c1c8
--- /dev/null
+++ b/src/main/resources/static/other/validator2.vue
@@ -0,0 +1,14 @@
+
+
+
\ No newline at end of file