diff --git a/src/directive/el-table/adaptive.js b/src/directive/el-table/adaptive.js index f2835643..d229e9fd 100644 --- a/src/directive/el-table/adaptive.js +++ b/src/directive/el-table/adaptive.js @@ -1,11 +1,10 @@ - import { addResizeListener, removeResizeListener } from 'element-ui/src/utils/resize-event' /** * How to use * <el-table height="100px" v-el-height-adaptive-table="{bottomOffset: 30}">...</el-table> * el-table height is must be set - * bottomOffset: 30(default) // The height of the table from the bottom of the page. + * bottomOffset: 30(default) // The height of the table from the bottom of the page. */ const doResize = (el, binding, vnode) => {