@tplc/business 0.4.124 → 0.4.125
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
|
@@ -2,6 +2,14 @@
|
|
|
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.4.125](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.124...v0.4.125) (2025-06-10)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ✨ Features | 新功能
|
|
9
|
+
|
|
10
|
+
* loginOut ([00a843f](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/00a843fd3cfa0b1b1286ee6eaf09c84159d35fb0))
|
|
11
|
+
* 支持调整list border ([bbf541d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/bbf541d2bcf46c99cd190c955d1ede2de46b1671))
|
|
12
|
+
|
|
5
13
|
### [0.4.124](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.123...v0.4.124) (2025-06-08)
|
|
6
14
|
|
|
7
15
|
|
|
@@ -83,6 +83,7 @@ const emits = defineEmits<{
|
|
|
83
83
|
(e: 'click', value: void): void
|
|
84
84
|
(e: 'refresh', value: void): void
|
|
85
85
|
(e: 'nav', value: void): void
|
|
86
|
+
(e: 'loginOut', value: void): void
|
|
86
87
|
}>()
|
|
87
88
|
const templateMessageList = ref<TemplateMessage[]>([])
|
|
88
89
|
onMounted(async () => {
|
|
@@ -164,6 +165,7 @@ const onActionClick = async () => {
|
|
|
164
165
|
})
|
|
165
166
|
pageInfo.value = {}
|
|
166
167
|
basicInfo.value = {}
|
|
168
|
+
emits('loginOut')
|
|
167
169
|
}
|
|
168
170
|
},
|
|
169
171
|
})
|