vxe-table-plugin-element icon indicating copy to clipboard operation
vxe-table-plugin-element copied to clipboard

Uncaught TypeError: Cannot read properties of undefined (reading 'mixin')

Open jsbay opened this issue 2 years ago • 1 comments

vue 2.6 + element-ui 2.15.6 应该使用哪个版本?

导入 vxe-table 时 正常运行, 导入 vxe-table-plugin-element 后报错

image

我的 package.json image

// src/plugins/vxe-table.js
import Vue from 'vue'

import 'xe-utils'
import VXETable from 'vxe-table'
import VXETablePluginElement from 'vxe-table-plugin-element'
import 'vxe-table-plugin-element/dist/style.css'

// 使用 VXETable
Vue.use(VXETable)
// 使用 VXETablePluginElement
Vue.use(VXETablePluginElement)

我应该下载哪个版本的 vxe-table-plugin-element,翻阅文档后,暂未找到相关说明,谢谢

jsbay avatar Mar 07 '22 03:03 jsbay

一样的问题,请问解决了吗

wuwen635028360 avatar Mar 25 '22 12:03 wuwen635028360