Skip to content

Commit

Permalink
Remove reliance on internal Vue property
Browse files Browse the repository at this point in the history
  • Loading branch information
DV8FromTheWorld authored Dec 11, 2021
1 parent 9c339fe commit 82cf380
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 82cf380

Please sign in to comment.