Skip to content

Commit

Permalink
fix: fix engine-core classes is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Nov 16, 2023
1 parent 5d12b00 commit ab6fd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/src/engine-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import {
} from '@alilc/lowcode-shell';
import { isPlainObject } from '@alilc/lowcode-utils';
import './modules/live-editing';
import classes from './modules/classes';
import * as classes from './modules/classes';
import symbols from './modules/symbols';
import { componentMetaParser } from './inner-plugins/component-meta-parser';
import { setterRegistry } from './inner-plugins/setter-registry';
Expand Down

0 comments on commit ab6fd26

Please sign in to comment.