import * as React from 'react'; import {AlertComponent, ToastComponent, ContextMenu} from 'amis'; // @ts-ignore import AMisSchemaEditor from './Editor'; export default class App extends React.PureComponent { render() { // 备注: 如果需要改用antd主题,还需要将index.html换成index-antd.html const curTheme = 'cxd'; // 默认使用cxd主题 return (
amis 可视化编辑器
); } }