sybz-components 0.0.3 → 0.0.4
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/dist/sybz-components-es.js +1527 -1524
- package/dist/sybz-components-umd.js +7 -7
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sybz-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Vue3 中基于Element-plus二次封装基础组件文档",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"element-plus",
|
|
106
106
|
"components",
|
|
107
107
|
"sybz",
|
|
108
|
-
"
|
|
108
|
+
"思云博智",
|
|
109
109
|
"llh"
|
|
110
110
|
],
|
|
111
111
|
"peerDependencies": {
|