From f51342c6de3d3083dd93b4839c23b67e6d4c3d70 Mon Sep 17 00:00:00 2001 From: keymasroy Date: Wed, 6 Oct 2021 11:47:12 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=90=EC=9C=A1=20=EC=83=98=ED=94=8C=20?= =?UTF-8?q?=EC=9E=90=EB=A3=8C=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/root/bo/build.gradle | 2 +- back/root/cmm/build.gradle | 2 +- back/root/fo/build.gradle | 8 +- front/bo/package.json | 8 +- front/cmm/package.json | 4 +- .../components/sample/sub-component.vue | 14 +- front/fo/client/pages/sample2/index.vue | 18 +++ front/fo/client/plugins/core.ts | 47 +++++++ front/fo/client/store/index.ts | 5 +- front/fo/client/store/modules/sample.ts | 29 ++++ front/fo/nuxt.config.ts | 3 +- front/fo/types/index.d.ts | 27 ++++ front/yarn.lock | 126 +++++++++++++++--- 13 files changed, 257 insertions(+), 36 deletions(-) create mode 100644 front/fo/client/plugins/core.ts create mode 100644 front/fo/client/store/modules/sample.ts diff --git a/back/root/bo/build.gradle b/back/root/bo/build.gradle index 57cfdde..8048a82 100644 --- a/back/root/bo/build.gradle +++ b/back/root/bo/build.gradle @@ -7,7 +7,7 @@ repositories { dependencies { - compile 'com.gsitm.ustra.java.starter:ustra-starter-vue-bo:2.0.24.RELEASE' + compile 'com.gsitm.ustra.java.starter:ustra-starter-vue-bo:2.0.40.RELEASE' compile project(":cmm") } diff --git a/back/root/cmm/build.gradle b/back/root/cmm/build.gradle index eaab9ad..77d95a9 100644 --- a/back/root/cmm/build.gradle +++ b/back/root/cmm/build.gradle @@ -7,7 +7,7 @@ repositories { dependencies { - compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.24.RELEASE' + compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.40.RELEASE' } diff --git a/back/root/fo/build.gradle b/back/root/fo/build.gradle index 340059f..d97eb1a 100644 --- a/back/root/fo/build.gradle +++ b/back/root/fo/build.gradle @@ -7,10 +7,10 @@ repositories { dependencies { - compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.24.RELEASE' - compile 'com.gsitm.ustra.java:ustra-mvc-view:2.0.24.RELEASE' - compile 'com.gsitm.ustra.java:ustra-data-mybatis:2.0.24.RELEASE' - compile 'com.gsitm.ustra.java:ustra-security-jwt:2.0.24.RELEASE' + compile 'com.gsitm.ustra.java.starter:ustra-starter-restapi:2.0.40.RELEASE' + compile 'com.gsitm.ustra.java:ustra-mvc-view:2.0.40.RELEASE' + compile 'com.gsitm.ustra.java:ustra-data-mybatis:2.0.40.RELEASE' + compile 'com.gsitm.ustra.java:ustra-security-jwt:2.0.40.RELEASE' compile project(":cmm") } diff --git a/front/bo/package.json b/front/bo/package.json index 66cbc17..43e7581 100644 --- a/front/bo/package.json +++ b/front/bo/package.json @@ -17,9 +17,9 @@ "test": "jest --detectOpenHandles --forceExit" }, "dependencies": { - "@ustra/nuxt": "^2.0.23-stable", - "@ustra/nuxt-dx-mng-bo": "^2.0.23-stable", - "@ustra/nuxt-mng-bo": "^2.0.23-stable", + "@ustra/nuxt": "^2.0.34-stable", + "@ustra/nuxt-dx-mng-bo": "^2.0.34-stable", + "@ustra/nuxt-mng-bo": "^2.0.34-stable", "@ustra-sample/cmm": "1.0.0" } -} +} \ No newline at end of file diff --git a/front/cmm/package.json b/front/cmm/package.json index 796d33b..f9ef816 100644 --- a/front/cmm/package.json +++ b/front/cmm/package.json @@ -15,6 +15,6 @@ "test": "jest --detectOpenHandles --forceExit" }, "dependencies": { - "@ustra/nuxt": "^2.0.23-stable" + "@ustra/nuxt": "^2.0.34-stable" } -} +} \ No newline at end of file diff --git a/front/fo/client/components/sample/sub-component.vue b/front/fo/client/components/sample/sub-component.vue index cc1f17f..6dc2e20 100644 --- a/front/fo/client/components/sample/sub-component.vue +++ b/front/fo/client/components/sample/sub-component.vue @@ -5,10 +5,14 @@
{{ textSub }}
+ +
+ {{ this.$ustra.store.sample().list }} +
diff --git a/front/fo/client/pages/sample2/index.vue b/front/fo/client/pages/sample2/index.vue index 1606da3..4e63905 100644 --- a/front/fo/client/pages/sample2/index.vue +++ b/front/fo/client/pages/sample2/index.vue @@ -9,6 +9,11 @@ + +

+ +

+