You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
413 B
Plaintext
15 lines
413 B
Plaintext
11 months ago
|
/**
|
||
|
* @description 入口文件
|
||
|
* @author wangfupeng
|
||
|
*/
|
||
|
import './assets/style/common.less';
|
||
|
import './assets/style/icon.less';
|
||
|
import './assets/style/menus.less';
|
||
|
import './assets/style/text.less';
|
||
|
import './assets/style/panel.less';
|
||
|
import './assets/style/droplist.less';
|
||
|
import './utils/polyfill';
|
||
|
import Editor from './editor/index';
|
||
|
export * from './menus/menu-constructors/index';
|
||
|
export default Editor;
|