Files
Situation-Awareness-Platfor…/src/components/Demo/README.md

30 lines
940 B
Markdown
Raw Normal View History

2025-03-12 18:41:20 +08:00
# Demo
### 说明
- xxxxxx描述组件并提供基础demo.建议demo使用最常见的用法即可
``` html
<Demo xxxx />
```
### Props
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|-----------|------------------------|----------------------------|----------|-----------|
| id | 实体key | string | - | - |
### Emits
| 方法 | 说明 | 返回值 |
|-----------------|------------------------------------|---------------------|
| onDelete | 删除 | id |
### Slots
| 名称 | 说明 |
|---------------------|---------------------------------------------|
| default | 中间显示区域 |