Skip to content

Commit

Permalink
fix(editor): 修复添加StorageService定义导出带来的构建错误
Browse files Browse the repository at this point in the history
  • Loading branch information
WangMingHua111 authored and jia000 committed Aug 4, 2022
1 parent da0cb7d commit 2008bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/editor/src/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ import editorService from '@editor/services/editor';
import eventsService from '@editor/services/events';
import historyService from '@editor/services/history';
import propsService from '@editor/services/props';
import storageService from '@editor/services/storage';
import uiService from '@editor/services/ui';
import type { ComponentGroup, MenuBarData, MenuItem, Services, SideBarData, StageRect } from '@editor/type';
Expand Down Expand Up @@ -269,6 +270,7 @@ export default defineComponent({
propsService,
editorService,
uiService,
storageService,
};
provide('services', services);
Expand Down

0 comments on commit 2008bc7

Please sign in to comment.