fix:调整组件和页面scheme的类型

This commit is contained in:
lhj
2024-11-17 15:29:52 +08:00
parent f601417913
commit 2e1d590c89
11 changed files with 69 additions and 78 deletions

View File

@ -3,7 +3,7 @@ export interface IComponent {
name: string;
id: string;
text:string;
designer: string;
designer: JSON;
props: JSON;
style: string;
class: string;