@tplc/business 0.0.24 → 0.0.25
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 +7 -0
- package/components/lcb-nav/lcb-nav.vue +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.0.25](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.24...v0.0.25) (2024-09-25)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* 更新组件库版本 ([36a4708](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/36a470830951a4a071944e1d96f960ec31830ddb))
|
|
11
|
+
|
|
5
12
|
### [0.0.24](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.0.23...v0.0.24) (2024-09-25)
|
|
6
13
|
|
|
7
14
|
### [0.0.23](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.9...v0.0.23) (2024-09-25)
|
|
@@ -93,7 +93,6 @@ import Title from './Title/index.vue'
|
|
|
93
93
|
import Search from './Search/index.vue'
|
|
94
94
|
import { onPageScroll } from '@dcloudio/uni-app'
|
|
95
95
|
import { Locale } from '@tplc/wot'
|
|
96
|
-
import enUS from '@tplc/wot/locale/lang/en-US'
|
|
97
96
|
defineOptions({
|
|
98
97
|
name: 'LcbNav',
|
|
99
98
|
options: {
|
|
@@ -191,7 +190,7 @@ const onCapsule = ({ action }: ICapsule) => {
|
|
|
191
190
|
if (res.tapIndex === 0) {
|
|
192
191
|
Locale.use('zh-CN')
|
|
193
192
|
} else {
|
|
194
|
-
Locale.use('en-US'
|
|
193
|
+
Locale.use('en-US')
|
|
195
194
|
}
|
|
196
195
|
},
|
|
197
196
|
})
|