Skip to content

Commit 5cebdfd

Browse files
authored
Update dropdown.js
1 parent 2c9a658 commit 5cebdfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mixins/dropdown.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export default {
175175
// Create non-reactive property
176176
this.$_popper = null
177177
this.$_hideTimeout = null
178+
this.$_noop = () => {}
178179
},
179180
deactivated() /* istanbul ignore next: not easy to test */ {
180181
// In case we are inside a `<keep-alive>`

0 commit comments

Comments
 (0)