@kengic/vue 0.25.5-beta.1 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
1
+ # 0.26.0
2
+
3
+ ### 1. KgVarProps.KgBackgroundGray 重命名为 KgVarProps.kgBackgroundGray
4
+
5
+ ```typescript
6
+ // 旧
7
+ // --------------------------------------------------
8
+ import { useLocale } from '/@/locales/useLocale';
9
+
10
+ // 新
11
+ // --------------------------------------------------
12
+ import { useLocale } from '@kengic/vue';
13
+ ```
14
+
15
+ ### 1. KgVarProps.KgBackgroundGray 重命名为 KgVarProps.kgBackgroundGray
16
+
17
+ ```typescript
18
+ // 旧
19
+ // --------------------------------------------------
20
+ import { useLocaleStore } from '/@/store/modules/locale';
21
+
22
+ // 新
23
+ // --------------------------------------------------
24
+ import { useLocaleStore } from '@kengic/vue';
25
+ ```
26
+
27
+ ### 1. KgVarProps.KgBackgroundGray 重命名为 KgVarProps.kgBackgroundGray
28
+
29
+ ```typescript
30
+ // 旧
31
+ // --------------------------------------------------
32
+ import { getAppEnvConfig } from '/@/utils/env';
33
+
34
+ // 新
35
+ // --------------------------------------------------
36
+ import { getAppEnvConfig } from '@kengic/vue';
37
+ ```
38
+
1
39
  # 0.25.0
2
40
 
3
41
  ### 1. KgVarProps.KgBackgroundGray 重命名为 KgVarProps.kgBackgroundGray