From 4e54f006ee68a4d68bbdf699f2ba82d0842870b3 Mon Sep 17 00:00:00 2001 From: yash madaan Date: Fri, 2 Oct 2020 10:50:11 +0530 Subject: [PATCH] Update connect.js --- src/connect.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connect.js b/src/connect.js index d180edd..e75d0dd 100644 --- a/src/connect.js +++ b/src/connect.js @@ -3,6 +3,7 @@ import normalizeProps from './normalizeProps'; function noop() { } +//to get the store for connecting redux function getStore(component) { return component.$store; }