mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
fix
This commit is contained in:
@@ -20,7 +20,7 @@ import Antd from 'ant-design-vue'
|
||||
import 'ant-design-vue/dist/antd.css'
|
||||
|
||||
import ElementPlus from 'element-plus'
|
||||
import 'element-plus/lib/theme-chalk/index.css'
|
||||
import 'element-plus/dist/index.css'
|
||||
|
||||
import {
|
||||
VXETable,
|
||||
|
||||
30
package.json
30
package.json
@@ -40,13 +40,13 @@
|
||||
"@vue/cli-plugin-typescript": "~4.5.0",
|
||||
"@vue/cli-plugin-vuex": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.2.4",
|
||||
"@vue/compiler-sfc": "^3.2.18",
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"@vue/eslint-config-typescript": "^7.0.0",
|
||||
"ant-design-vue": "^2.2.6",
|
||||
"ant-design-vue": "^2.2.8",
|
||||
"core-js": "^3.6.5",
|
||||
"dayjs": "^1.10.6",
|
||||
"element-plus": "^1.0.2-beta.71",
|
||||
"dayjs": "^1.10.7",
|
||||
"element-plus": "^1.1.0-beta.16",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
@@ -69,27 +69,27 @@
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"highlight.js": "^11.2.0",
|
||||
"jsbarcode": "^3.11.0",
|
||||
"jspdf": "^2.3.1",
|
||||
"jspdf": "^2.4.0",
|
||||
"node-sass": "^4.14.0",
|
||||
"qrcode": "^1.4.4",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sortablejs": "^1.14.0",
|
||||
"typescript": "~4.3.5",
|
||||
"vue": "^3.2.4",
|
||||
"vue": "^3.2.18",
|
||||
"vue-i18n": "^9.1.7",
|
||||
"vue-router": "^4.0.11",
|
||||
"vuex": "^4.0.2",
|
||||
"vxe-table-plugin-antd": "^3.0.3",
|
||||
"vxe-table-plugin-element": "^3.0.3",
|
||||
"vxe-table-plugin-export-pdf": "^3.0.2",
|
||||
"vxe-table-plugin-export-xlsx": "^3.0.2",
|
||||
"vxe-table-plugin-menus": "^3.0.3",
|
||||
"vxe-table-plugin-renderer": "^3.0.1",
|
||||
"vxe-table-plugin-shortcut-key": "^3.0.1",
|
||||
"vxe-table-plugin-antd": "^3.0.4",
|
||||
"vxe-table-plugin-element": "^3.0.4",
|
||||
"vxe-table-plugin-export-pdf": "^3.0.3",
|
||||
"vxe-table-plugin-export-xlsx": "^3.0.3",
|
||||
"vxe-table-plugin-menus": "^3.0.5",
|
||||
"vxe-table-plugin-renderer": "^3.0.2",
|
||||
"vxe-table-plugin-shortcut-key": "^3.0.2",
|
||||
"xe-ajax": "^4.0.5",
|
||||
"xe-clipboard": "^1.10.1",
|
||||
"xe-utils": "^3.3.2",
|
||||
"xlsx": "^0.17.0"
|
||||
"xe-utils": "^3.3.3",
|
||||
"xlsx": "^0.17.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.2",
|
||||
|
||||
Reference in New Issue
Block a user