0👍
You don’t need parenthesis after doSomething. You want to pass function itself, not a result of it
mounted() {
$(this.$refs.my_modal).on('hidden.bs.modal', this.doSomething);
},
- [Vuejs]-Vue app lifecycle: need parameter from route (for graphQL query)
- [Vuejs]-Dayspan Vuetify: Add a button inside day cell
Source:stackexchange.com