Skip to content

Commit bd1e14b

Browse files
VdustRSamuell1
authored andcommitted
fix(MdTable): sort on created (#1775)
fix #1774
1 parent ae38547 commit bd1e14b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/MdTable/MdTable.vue

+4
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,10 @@
348348
}
349349
},
350350
created () {
351+
if (this.mdSort) {
352+
this.sortTable()
353+
}
354+
351355
this.$nextTick().then(() => {
352356
this.syncSelectedValue()
353357
})

0 commit comments

Comments
 (0)