Skip to content

Commit 6382ec6

Browse files
authored
Update mixin-empty.js
1 parent d93d6b2 commit 6382ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/table/helpers/mixin-empty.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default {
2222
}
2323
},
2424
methods: {
25-
renderEmpty(h) {
25+
renderEmpty() {
26+
const h = this.$createElement
2627
const items = this.computedItems
2728
let $empty
2829

0 commit comments

Comments
 (0)