fix
This commit is contained in:
3
index.ts
3
index.ts
@@ -463,7 +463,8 @@ export const VXETablePluginExportXLSX = {
|
||||
globalVxetable = vxetable
|
||||
globalExcelJS = options ? options.ExcelJS : null
|
||||
|
||||
vxetable.config({
|
||||
const setConfig = vxetable.setConfig || vxetable.config
|
||||
setConfig({
|
||||
table: {
|
||||
importConfig: {
|
||||
_typeMaps: {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table-plugin-export-xlsx",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"description": "基于 vxe-table 表格的扩展插件,支持导出 xlsx 格式",
|
||||
"scripts": {
|
||||
"lib": "gulp build"
|
||||
|
||||
Reference in New Issue
Block a user