1
0
mirror of synced 2026-03-23 11:18:36 +08:00

feat(core,editor,ui): 新增页面片

This commit is contained in:
roymondchen
2023-12-18 19:51:41 +08:00
parent 698c3451ff
commit 7b6dcedfad
58 changed files with 1415 additions and 234 deletions

View File

@@ -59,7 +59,7 @@ window.appInstance = app;
let curPageId = '';
const updateConfig = (root: MApp) => {
app?.setConfig(root);
app?.setConfig(root,curPageId);
renderDom();
};

View File

@@ -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>

View File

@@ -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>