feat(core,editor,ui): 新增页面片
This commit is contained in:
@@ -59,7 +59,7 @@ window.appInstance = app;
|
||||
let curPageId = '';
|
||||
|
||||
const updateConfig = (root: MApp) => {
|
||||
app?.setConfig(root);
|
||||
app?.setConfig(root,curPageId);
|
||||
renderDom();
|
||||
};
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
</head>
|
||||
<body style="font-size: 14px">
|
||||
|
||||
<div id="app"></div>
|
||||
<div id="app" class="in-editor"></div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
</head>
|
||||
<body style="font-size: 14px">
|
||||
|
||||
<div id="app"></div>
|
||||
<div id="app" class="in-editor"></div>
|
||||
|
||||
<script src="https://unpkg.com/vue@next/dist/vue.global.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user