Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
拖拽大屏
- Host: GitHub
- URL: https://github.com/renqiankun/big-screen
- Owner: renqiankun
- Created: 2024-03-12T01:23:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T01:00:33.000Z (9 months ago)
- Last Synced: 2024-04-03T02:39:37.400Z (9 months ago)
- Topics: big-screen, element-plus, vue3
- Language: Vue
- Homepage: https://renqiankun.github.io/big-screen/
- Size: 3.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
]
},