Skip to content

Commit a5327f0

Browse files
jonataswalkermarcosmoura
authored andcommitted
fix table arrow sort (vuematerial#347)
1 parent c1257c2 commit a5327f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/mdTable/mdTableHead.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<th class="md-table-head" :class="classes" @click="changeSort">
33
<div class="md-table-head-container">
44
<div class="md-table-head-text md-test">
5-
<md-icon class="md-sortable-icon" v-if="mdSortBy">arrow_downward</md-icon>
5+
<md-icon class="md-sortable-icon" v-if="mdSortBy">arrow_upward</md-icon>
66

77
<slot></slot>
88

0 commit comments

Comments
 (0)