fix: demo 中引入locode-editor-general

This commit is contained in:
荣彬 2020-09-02 17:08:20 +08:00
parent ee34aff5f8
commit 1f03857532
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { render } from 'react-dom';
import GeneralWorkbench, { editor } from '../../../editor-preset-general/src';
import GeneralWorkbench, { editor } from '@ali/lowcode-editor-preset-general';
import config from './config';
import components from './components';
import './global.scss';

View File

@ -53,5 +53,5 @@
"publishConfig": {
"registry": "http://registry.npm.alibaba-inc.com"
},
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.5-0/build/index.html"
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.7-0/build/index.html"
}