vue 树表vxe-table 报错:Uncaught TypeError: _xeUtils.default.browse is not a function
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 '
·
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'//全局导入方式,所有版本通用
更多推荐
已为社区贡献1条内容
所有评论(0)