diff --git a/packages/editor-ui/src/store.ts b/packages/editor-ui/src/store.ts index b9762bb61..80454fc9e 100644 --- a/packages/editor-ui/src/store.ts +++ b/packages/editor-ui/src/store.ts @@ -29,8 +29,6 @@ import { XYPositon, } from './Interface'; -import { get } from 'lodash'; - Vue.use(Vuex); export const store = new Vuex.Store({