We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f97bde commit 1ecd9b3Copy full SHA for 1ecd9b3
packages/vue-simulator-renderer/src/index.ts
@@ -1,4 +1,5 @@
1
import simulator from './simulator';
2
+import './index.less';
3
4
const win = window as any;
5
@@ -18,7 +19,6 @@ export {
18
19
useLeaf,
20
useRenderer,
21
useRootScope,
- useRendererContext,
22
config as vueRendererConfig,
23
default as VueRenderer,
24
} from '@knxcloud/lowcode-vue-renderer';
0 commit comments