表格请求大量数据,用el-table 会导致页面卡顿,可以用vxe-table来代替,缺点就是的分页优点问题(可以用element的分页代替)
<a href='https://xuliangzhan.com/vxe-table/index.html#/table/start/install'>vxe-table</a>
#安装:
npm install xe-utils vxe-table
#PS: 别忘了引入'xe-utils'
import Vue from 'vue'
import 'xe-utils'
import VXETable from 'vxe-table'
import 'vxe-table/lib/style.css'
#挂载
Vue.use(VXETable)