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 @@ + +

+ +

+