Skip to content

Commit 3bb21fe

Browse files
authored
Update table.js
1 parent 5669a5f commit 3bb21fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/table/table.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,6 @@ export default {
364364
this.$emit('update:sortBy', newVal)
365365
}
366366
},
367-
localBusy(newVal, oldVal) {
368-
if (newVal !== oldVal) {
369-
this.$emit('update:busy', newVal)
370-
}
371-
},
372367
// Watch for changes on computedItems and update the v-model
373368
computedItems(newVal, oldVal) {
374369
this.$emit('input', newVal)

0 commit comments

Comments
 (0)