@vxe-ui/core 3.0.0 → 3.0.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vxe-ui/core",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Vxe UI core library",
5
5
  "scripts": {
6
6
  "update": "npm install --legacy-peer-deps",
@@ -73,7 +73,7 @@ export type VxeComponentClassNameType = Record<string, boolean>
73
73
  /**
74
74
  * 组件插槽类型
75
75
  */
76
- export type VxeComponentSlotType = VNode | string | number
76
+ export type VxeComponentSlotType = VNode | string
77
77
 
78
78
  /**
79
79
  * 权限码类型