添加页面组件、添加页面组件接口、添加pinia

This commit is contained in:
lhj
2024-10-02 17:05:46 +08:00
parent 079d58048a
commit 0299f6a55b
17 changed files with 199 additions and 1454 deletions

View File

@ -7,5 +7,8 @@ export interface IComponent {
props: JSON;
style: string;
class: string;
children: IComponent[];
events:JSON;
orchestrations:JSON;
version:string;
loop:JSON
}