Skip to content

Commit

Permalink
fix(options): use correct set-value import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Sep 23, 2021
1 parent e57554c commit 2350412
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
@@ -1,4 +1,4 @@
import set from 'set-value'
import * as set from 'set-value'
import mapState from './map-state'

export const connect = ({ app, store, actions = {}, binding = 'store' }) => {
Expand Down

0 comments on commit 2350412

Please sign in to comment.