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