UNPKG

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.

16 lines (15 loc) 230 B
module.exports = { root: true, parserOptions: { parser: 'babel-eslint', ecmaVersion: 2017, sourceType: 'module' }, parser: 'vue-eslint-parser', extends: [ 'standard' ], env: { browser: true } }