nullday

Results 1 comments of nullday

Maybe somebody will find it useful. I was able to implement my feature with this easy snippet: ``` mounted() { this.$watch('$refs.vueBootstrapTable.query', { handler: newValue => this.saveState(newValue), deep: true }); },...