UNPKG

v-tables-3

Version:

Vue.js 3 grid components

10 lines (8 loc) 252 B
"use strict"; module.exports = function () { for (var key in this.$refs.table.customQueries) { this.$refs.table.customQueries[key] = null; } this.$refs.table.updateState('customQueries', this.customQueries); this.$refs.table.refresh(); };