@ag-grid-community/vue3
Advanced tools
Comparing version 31.0.0 to 31.0.1
@@ -22,3 +22,3 @@ import { BaseComponentWrapper } from '@ag-grid-community/core'; | ||
if (!componentInstance[name]) { | ||
return componentInstance.$.setupState[name] !== null; | ||
return componentInstance.$.setupState[name] != null; | ||
} | ||
@@ -25,0 +25,0 @@ else { |
{ | ||
"name": "@ag-grid-community/vue3", | ||
"description": "AG Grid Vue 3 Component", | ||
"version": "31.0.0", | ||
"version": "31.0.1", | ||
"author": "Sean Landsman <sean@thelandsmans.com>", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@ag-grid-community/core": "~31.0.0", | ||
"@ag-grid-community/core": "~31.0.1", | ||
"vue": "^3.0.0" | ||
@@ -36,0 +36,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
14659661
108261