pull/310/head
cagataycivici 2020-04-19 13:58:23 +03:00
commit 5b033c8568
3 changed files with 5 additions and 5 deletions

View File

@ -232,7 +232,7 @@ export default {
}, },
filterLocale: { filterLocale: {
type: String, type: String,
default: null default: undefined
}, },
selection: { selection: {
type: [Array,Object], type: [Array,Object],

View File

@ -71,7 +71,7 @@ export default {
}, },
filterLocale: { filterLocale: {
type: String, type: String,
default: null default: undefined
} }
}, },
data() { data() {

View File

@ -202,7 +202,7 @@ export default {
}, },
filterLocale: { filterLocale: {
type: String, type: String,
default: null default: undefined
}, },
resizableColumns: { resizableColumns: {
type: Boolean, type: Boolean,