Skip to content

Commit

Permalink
Merge pull request #29 from DV8FromTheWorld/master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch authored Dec 12, 2021
2 parents c7638b7 + 82cf380 commit a4a3f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/mixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const connect = ({ app, store, actions = {}, binding = 'store' }) => {
return
}

set(component._data, prop, getter(state))
set(component, prop, getter(state))
})
}

Expand Down

0 comments on commit a4a3f2d

Please sign in to comment.