搜索结果列表页面开发

This commit is contained in:
付民康
2025-03-12 18:41:20 +08:00
commit 7cebe8fc00
739 changed files with 88149 additions and 0 deletions

View File

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