Skip to content

Commit 1ecd9b3

Browse files
author
knight.chen
committed
chore: add style files
1 parent 6f97bde commit 1ecd9b3

File tree

1 file changed

+1
-1
lines changed
  • packages/vue-simulator-renderer/src

1 file changed

+1
-1
lines changed

packages/vue-simulator-renderer/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import simulator from './simulator';
2+
import './index.less';
23

34
const win = window as any;
45

@@ -18,7 +19,6 @@ export {
1819
useLeaf,
1920
useRenderer,
2021
useRootScope,
21-
useRendererContext,
2222
config as vueRendererConfig,
2323
default as VueRenderer,
2424
} from '@knxcloud/lowcode-vue-renderer';

0 commit comments

Comments
 (0)