We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fc823 commit f80eb56Copy full SHA for f80eb56
2 files changed
index.ts
@@ -847,7 +847,7 @@ export const VXETablePluginElement = {
847
}
848
849
850
-if (typeof window !== 'undefined' && window.VXETable) {
+if (typeof window !== 'undefined' && window.VXETable && window.VXETable.use) {
851
window.VXETable.use(VXETablePluginElement)
852
853
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vxe-table-plugin-element",
3
- "version": "1.11.1",
+ "version": "1.11.2",
4
"description": "基于 vxe-table 表格的适配插件,用于兼容 element-ui 组件库",
5
"scripts": {
6
"lib": "gulp build"
@@ -49,7 +49,7 @@
49
"prettier": "^2.1.2",
50
"typescript": "^4.0.5",
51
"vue": "^2.6.12",
52
- "vxe-table": "^2.10.0",
+ "vxe-table": "^3.2.4",
53
"xe-utils": "^3.1.11"
54
},
55
"peerDependencies": {
0 commit comments