mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 01:48:18 +00:00
feat:😈 history undo-redo功能完成
This commit is contained in:
parent
59292259a6
commit
e1f22fc734
@ -1,6 +1,6 @@
|
|||||||
import logo from '@ali/lowcode-plugin-sample-logo';
|
import logo from '@ali/lowcode-plugin-sample-logo';
|
||||||
import samplePreview from '@ali/lowcode-plugin-sample-preview';
|
import samplePreview from '@ali/lowcode-plugin-sample-preview';
|
||||||
//import undoRedo from '@ali/lowcode-plugin-undo-redo';
|
import undoRedo from '@ali/lowcode-plugin-undo-redo';
|
||||||
import componentsPane from '@ali/lowcode-plugin-components-pane';
|
import componentsPane from '@ali/lowcode-plugin-components-pane';
|
||||||
import outline, { OutlinePane } from '@ali/lowcode-plugin-outline-pane';
|
import outline, { OutlinePane } from '@ali/lowcode-plugin-outline-pane';
|
||||||
import zhEn from '@ali/lowcode-plugin-zh-en';
|
import zhEn from '@ali/lowcode-plugin-zh-en';
|
||||||
@ -14,7 +14,7 @@ import saveload from './plugins/saveload';
|
|||||||
export default {
|
export default {
|
||||||
logo,
|
logo,
|
||||||
samplePreview,
|
samplePreview,
|
||||||
//undoRedo,
|
undoRedo,
|
||||||
componentsPane,
|
componentsPane,
|
||||||
outline,
|
outline,
|
||||||
zhEn,
|
zhEn,
|
||||||
|
|||||||
@ -13,7 +13,7 @@ export default {
|
|||||||
href: '/',
|
href: '/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
{
|
{
|
||||||
pluginKey: 'undoRedo',
|
pluginKey: 'undoRedo',
|
||||||
type: 'Custom',
|
type: 'Custom',
|
||||||
@ -22,6 +22,7 @@ export default {
|
|||||||
width: 88,
|
width: 88,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
pluginKey: 'divider',
|
pluginKey: 'divider',
|
||||||
type: 'Divider',
|
type: 'Divider',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user