vue-tables-2
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -53,2 +53,12 @@ "use strict"; | ||
}, | ||
computed: { | ||
customQueries: { | ||
get: function get() { | ||
return this.$refs.table.customQueries; | ||
}, | ||
set: function set(val) { | ||
this.$refs.table.customQueries = val; | ||
} | ||
} | ||
}, | ||
methods: { | ||
@@ -55,0 +65,0 @@ refresh: function refresh() { |
{ | ||
"name": "vue-tables-2", | ||
"description": "Vue.js 2 grid components", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue2", |
584257
7145