添加页面组件、添加页面组件接口、添加pinia
This commit is contained in:
@ -7,5 +7,8 @@ export interface IComponent {
|
||||
props: JSON;
|
||||
style: string;
|
||||
class: string;
|
||||
children: IComponent[];
|
||||
events:JSON;
|
||||
orchestrations:JSON;
|
||||
version:string;
|
||||
loop:JSON
|
||||
}
|
||||
Reference in New Issue
Block a user