uview-plus 3.4.26 → 3.4.27

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,6 @@
1
+ ## 3.4.27(2025-05-06)
2
+ fix: 修复card组件props
3
+
1
4
  ## 3.4.26(2025-05-06)
2
5
  fix: 修复test工具引入
3
6
 
@@ -8,8 +8,8 @@
8
8
  * @FilePath : /uview-plus/libs/config/props/card.js
9
9
  */
10
10
  export default {
11
- // cell组件的props
12
- cell: {
11
+ // card组件的props
12
+ card: {
13
13
  full: false,
14
14
  title: '',
15
15
  titleColor: '#303133',
@@ -22,6 +22,7 @@ import Badge from '../../components/u-badge/badge'
22
22
  import Button from '../../components/u-button/button'
23
23
  import Calendar from '../../components/u-calendar/calendar'
24
24
  import CarKeyboard from '../../components/u-car-keyboard/carKeyboard'
25
+ import Card from '../../components/u-card/card'
25
26
  import Cell from '../../components/u-cell/cell'
26
27
  import CellGroup from '../../components/u-cell-group/cellGroup'
27
28
  import Checkbox from '../../components/u-checkbox/checkbox'
@@ -112,6 +113,7 @@ const props = {
112
113
  ...Button,
113
114
  ...Calendar,
114
115
  ...CarKeyboard,
116
+ ...Card,
115
117
  ...Cell,
116
118
  ...CellGroup,
117
119
  ...Checkbox,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "零云®uview-plus3.0重磅发布,全面的Vue3鸿蒙移动组件库。",
5
- "version": "3.4.26",
5
+ "version": "3.4.27",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水。",
7
7
  "keywords": [
8
8
  "uview",