标签: material-design vuejs2
表格行如下所示:
<md-table-row v-bind:class="{'md-selected': isActive(rowIndex)}" md-selection v-for="(row, rowIndex) in recordings" :key="rowIndex" :md-item="row" >
如果某个条件为真,我想从行中删除md-selection属性。我知道如何使这项工作,但它破坏了表的布局。