diff --git a/build.gradle b/build.gradle index 4c2ce50..9b29d62 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ dependencies { compile group: 'org.webjars.npm', name: 'vue-moment', version: '4.0.0' compile group: 'org.webjars.npm', name: 'http-vue-loader', version: '1.3.5' compile group: 'org.webjars.npm', name: 'axios', version: '0.18.0' - + compile group: 'org.webjars.npm', name: 'vee-validate', version: '2.1.7' compile group: 'io.springfox', name: 'springfox-swagger2', version: '2.6.0' compile group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.6.0' diff --git a/src/main/resources/static/js/app.js b/src/main/resources/static/js/app.js index c25dddd..0ac7342 100644 --- a/src/main/resources/static/js/app.js +++ b/src/main/resources/static/js/app.js @@ -20,12 +20,6 @@ var router = new VueRouter({ { 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 index 08856f4..b9e8bcb 100644 --- a/src/main/resources/static/other/other.vue +++ b/src/main/resources/static/other/other.vue @@ -1,14 +1,5 @@ \ No newline at end of file diff --git a/src/main/resources/static/other/validator1.vue b/src/main/resources/static/other/validator1.vue deleted file mode 100644 index 4da7c0b..0000000 --- a/src/main/resources/static/other/validator1.vue +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file diff --git a/src/main/resources/static/other/validator2.vue b/src/main/resources/static/other/validator2.vue deleted file mode 100644 index 409c1c8..0000000 --- a/src/main/resources/static/other/validator2.vue +++ /dev/null @@ -1,14 +0,0 @@ - \ No newline at end of file