mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-07 17:48:32 +08:00
15 lines
195 B
TypeScript
15 lines
195 B
TypeScript
export default {
|
|
'id': '304007',
|
|
'name': '组件实例',
|
|
'code': 'compins',
|
|
'desc': 'UML的组件实例',
|
|
'from': '304006',
|
|
|
|
'define': {
|
|
|
|
text: `<<component>>
|
|
Component A`
|
|
}
|
|
|
|
}
|