diff --git a/src/legacy/mixin.ts b/src/legacy/mixin.ts index 4523282..623c45a 100644 --- a/src/legacy/mixin.ts +++ b/src/legacy/mixin.ts @@ -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' }) => {