sag-vxe-pc 1.0.0 → 1.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/README.md +57 -25
- package/dist/sag-vxe-pc.es.js +10258 -9985
- package/dist/sag-vxe-pc.umd.js +75 -74
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sag-vxe-pc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://xxxx.git",
|
|
6
6
|
"author": "xsy <460493958@qq.com>",
|
|
@@ -21,8 +21,10 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"keywords": [
|
|
24
|
-
"
|
|
24
|
+
"sag-vxe-pc",
|
|
25
|
+
"sag-vxe"
|
|
25
26
|
],
|
|
27
|
+
"description": "一个以vxe-table和ant-design-vue为基础封装的组件",
|
|
26
28
|
"scripts": {
|
|
27
29
|
"build": "set NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=production vue-tsc && vite build",
|
|
28
30
|
"preview": "vite preview",
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
"xe-utils": "3.7.9",
|
|
47
49
|
"exceljs": "4.4.0",
|
|
48
50
|
"file-saver": "2.0.5",
|
|
49
|
-
"ant-design-vue": "4.
|
|
51
|
+
"ant-design-vue": "4.2.6",
|
|
50
52
|
"dayjs": "1.11.9"
|
|
51
53
|
},
|
|
52
54
|
"devDependencies": {
|