We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2ce6d commit c76aac8Copy full SHA for c76aac8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vua-redux",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"description": "vue redux binding higher order component",
5
"author": "Nadim Tuhin",
6
"repository": {
src/connect.js
@@ -8,7 +8,7 @@ function getStore(component) {
8
}
9
10
function getAttrs(component) {
11
- return component.$parent._vnode.data.attrs;
+ return component._self.$options._parentVnode.data.attrs;
12
13
14
function getStates(component, mapStateToProps) {
0 commit comments