el-table-virtual-scroll
Version:
The virtual scrolling component developed based on the Table component of Element-UI supports dynamic height and solves the problem of scrolling stuck when the amount of data is large.
22 lines (21 loc) • 424 B
JavaScript
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset',
[
"@babel/preset-env",
{
useBuiltIns: "entry",
corejs: 3,
targets: 'ie 11'
}
]
],
plugins: [
/* 按需引入vant-ui:https://youzan.github.io/vant/#/zh-CN/quickstart#yin-ru-zu-jian */
['import', {
libraryName: 'vant',
libraryDirectory: 'es',
style: true
}, 'vant']
]
}