fix:调整组件和页面scheme的类型
This commit is contained in:
@ -3,7 +3,7 @@ export interface IComponent {
|
||||
name: string;
|
||||
id: string;
|
||||
text:string;
|
||||
designer: string;
|
||||
designer: JSON;
|
||||
props: JSON;
|
||||
style: string;
|
||||
class: string;
|
||||
|
||||
Reference in New Issue
Block a user