@tplc/business 0.4.62 → 0.4.63

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,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.4.63](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.62...v0.4.63) (2025-04-07)
6
+
7
+
8
+ ### ✨ Features | 新功能
9
+
10
+ * 调整策略 ([55095bb](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/55095bb55a49651ba2e5b75bc780ebb78d697b3a))
11
+
5
12
  ### [0.4.62](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.54...v0.4.62) (2025-04-07)
6
13
 
7
14
 
@@ -58,7 +58,7 @@
58
58
  :size="iconSize + 'rpx'"
59
59
  :color="iconColor"
60
60
  />
61
- <img
61
+ <image
62
62
  v-else
63
63
  :style="{
64
64
  width: iconSize + 'rpx',
@@ -243,10 +243,10 @@ const value = computed(() => {
243
243
  :style="style"
244
244
  :color="itemProps?.tagContentColor || 'var(--wot-color-theme)'"
245
245
  :bg-color="itemProps?.tagBgColor"
246
- :plain="itemProps?.tagPlain || true"
247
- :mark="itemProps?.tagMark || false"
248
- :round="itemProps?.tagRound || false"
249
- :type="itemProps?.tagType || 'primary'"
246
+ :plain="itemProps?.tagPlain ?? true"
247
+ :mark="itemProps?.tagMark ?? false"
248
+ :round="itemProps?.tagRound ?? false"
249
+ :type="itemProps?.tagType ?? 'primary'"
250
250
  >
251
251
  {{ tag }}
252
252
  </wd-tag>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.62",
3
+ "version": "0.4.63",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],