Skip to content

Commit d93d6b2

Browse files
authored
Update mixin-busy.js
1 parent 875a271 commit d93d6b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export default {
22
methods: {
3-
renderBusy(h) {
3+
renderBusy() {
4+
const h = this.$createElement
5+
46
// Return a busy indicator row, or null if not busy
57
if (this.computedBusy && this.hasNormalizedSlot('table-busy')) {
68
// Show the busy slot

0 commit comments

Comments
 (0)