Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renqiankun/big-screen

拖拽大屏
https://github.com/renqiankun/big-screen

big-screen element-plus vue3

Last synced: about 1 month ago
JSON representation

拖拽大屏

Awesome Lists containing this project

README

        

vue3 + element-plus

添加组件 使用组件关联时 需实现
option {
moduleValue:'',
// 此字段为prop的描述
propDesc:[
{ label: '', value: 'moduleValue' },
],
events: [
{ label: '修改时触发', event: 'onChange' }
],
// 事件和组件绑定关系
listeners:[
relComponentId: string;
relEvent: string;
relMap: Record
]
},