Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复Mock组件文档中MockOptions配置表格中的表头错位. #1837

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mock/docs/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please refer to [global-config.module.ts](https://github.com/ng-alain/ng-alain/b

> You can override them via [Global Configuration](/docs/global-config).

| Property | Description | Type | Default | Global Config |
| Property | Type | Default | Description | Global Config |
|----------|-------------|------|---------|---------------|
| `[data]` | `any` | - | Mock data rule | ✅ |
| `[delay]` | `number` | `300` | Request delay, unit is milliseconds | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/docs/getting-started.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm i --save-dev @delon/mock

> 可以通过[全局配置](/docs/global-config)覆盖它们。

| 成员 | 说明 | 类型 | 默认值 | 全局配置 |
| 成员 | 类型 | 默认值 | 说明 | 全局配置 |
|----|----|----|-----|------|
| `[data]` | `any` | - | Mock 数据规则 | ✅ |
| `[delay]` | `number` | `300` | 请求延迟,单位:毫秒 | ✅ |
Expand Down
Loading