mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +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 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 outline, { OutlinePane } from '@ali/lowcode-plugin-outline-pane';
|
||||
import zhEn from '@ali/lowcode-plugin-zh-en';
|
||||
@ -14,7 +14,7 @@ import saveload from './plugins/saveload';
|
||||
export default {
|
||||
logo,
|
||||
samplePreview,
|
||||
//undoRedo,
|
||||
undoRedo,
|
||||
componentsPane,
|
||||
outline,
|
||||
zhEn,
|
||||
|
||||
@ -13,7 +13,7 @@ export default {
|
||||
href: '/',
|
||||
},
|
||||
},
|
||||
/*
|
||||
|
||||
{
|
||||
pluginKey: 'undoRedo',
|
||||
type: 'Custom',
|
||||
@ -22,6 +22,7 @@ export default {
|
||||
width: 88,
|
||||
},
|
||||
},
|
||||
/*
|
||||
{
|
||||
pluginKey: 'divider',
|
||||
type: 'Divider',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user