摘要:
$props:当前组件接收到的 props 对象。Vue 实例代理了对其 props 对象属性的访问。 $attrs:包含了父作用域中不作为 prop 被识别 (且获取) 的特性绑定 (class 和 style 除外)。 $listeners:包含了父作用域中的 (不含 .native 修饰器的) 阅读全文
摘要:
表格树 tableTree 高度 默认maxHeight,在isFold下不起作用,后期改值 vue-table-with-tree-gridmounted () { this.$refs.table.$refs['body-wrapper'].style['height'] = '300px'} 阅读全文