mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
fix table arrow sort (#347)
This commit is contained in:
parent
c1257c2bfc
commit
a5327f0a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<th class="md-table-head" :class="classes" @click="changeSort">
|
||||
<div class="md-table-head-container">
|
||||
<div class="md-table-head-text md-test">
|
||||
<md-icon class="md-sortable-icon" v-if="mdSortBy">arrow_downward</md-icon>
|
||||
<md-icon class="md-sortable-icon" v-if="mdSortBy">arrow_upward</md-icon>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue