1
0
mirror of synced 2026-03-22 18:48:34 +08:00

feat(core,runtime): 删除App中pages,只留下当前page

This commit is contained in:
roymondchen
2023-03-28 21:06:38 +08:00
parent 0cac40eb31
commit cfd2a6eee3
10 changed files with 100 additions and 79 deletions

View File

@@ -39,7 +39,6 @@ const designWidth = document.documentElement.getBoundingClientRect().width;
const app = new Core({
designWidth,
config: {},
platform: 'editor',
});