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.
71 lines (70 loc) • 1.78 kB
JSON
{
"name": "el-table-virtual-scroll",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "npm run serve",
"dev:test": "npm run serve --test",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "gh-pages -d dist",
"publish": "npm run build && npm run deploy"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"core-js": "^3.8.3",
"el-table-infinite-scroll": "^2.0.0",
"el-table-virtual-scroll": "^1.1.6",
"element-ui": "^2.15.14",
"highlight.js": "^11.7.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"vue": "^2.6.14",
"vue-drag-resize": "^1.5.4",
"vue-infinite-loading": "^2.4.5",
"vue-infinite-scroll": "^2.0.2",
"vue-response-size": "^1.0.0",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-plugin-import": "^1.13.5",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"fs-extra": "^10.1.0",
"gh-pages": "^4.0.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {
"no-debugger": "off",
"no-console": "off",
"vue/multi-word-component-names": "off",
"vue/no-unused-components": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie < 11",
"not dead"
]
}