vue-tables-2
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -110,3 +110,3 @@ "use strict"; | ||
source: "client", | ||
theme: themes[theme], | ||
theme: typeof theme === 'string' ? themes[theme] : theme(), | ||
globalOptions: globalOptions, | ||
@@ -113,0 +113,0 @@ componentsOverride: componentsOverride, |
@@ -107,3 +107,3 @@ "use strict"; | ||
componentsOverride: componentsOverride, | ||
theme: themes[theme] | ||
theme: typeof theme === 'string' ? themes[theme] : theme() | ||
}, (0, _data2["default"])(useVuex, "server", this.options.initialPage)); | ||
@@ -110,0 +110,0 @@ }, |
{ | ||
"name": "vue-tables-2", | ||
"description": "Vue.js 2 grid components", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "vue2", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
657073
258
9146
1