vue 树表vxe-table 报错:Uncaught TypeError: _xeUtils.default.browse is not a function
后台运行npm run dev可以成功 但是前端会报错 Uncaught TypeError: _xeUtils.default.browse is not a function
解决方法 如下:
// 在 main.js中导入import 'xe-utils'就好用了
import VXETable from 'vxe-table'
import 'vxe-table/lib/index.css'
import 'xe-utils'//全局导入方式,所有版本通用