Skip to content

Commit

Permalink
fix: 修复错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Nov 4, 2024
1 parent fbc5d3c commit 4c4d38d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions docs/zh/front/component/ma-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
| `showOverflowTooltip` | <el-tooltip content="当内容过长被隐藏时显示 tooltip">`鼠标放上查看`</el-tooltip> | `boolean` | `false` | 1.0.0 |
| `adaption` | 是否适应高度 | `boolean` | `false` | 1.0.0 |
| `adaptionOffsetBottom` | 距离底部偏移量 | `number` | `70` | 1.0.0 |
| `showPagination` | 是否显示分页 | `boolean` | `true` | 1.0.0 |
| `pagination` | El分页原生属性、事件 | [el-pageination文档](https://element-plus.org/zh-CN/component/pagination.html#%E5%B1%9E%E6%80%A7) | - | 1.0.0 |
| `on` | `el-table` 表格事件集合 | <el-tooltip content="Object: { onSelect: (args) => {}, .... }">`鼠标放上查看`</el-tooltip> | - | 1.0.0 |

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/plugin/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ php bin/hyperf.php mine-extension:create

| 参数 | 类型 | 默认值 | 备注 |
|---------------|---------|---------|------------------------------------|
| path | string | 无,必填 | 创建路径,例如 zds/app-store |
| path | string | 无,必填 | 创建路径,例如 zds/app-store |
| --name | string | example | 插件名称 |
| --type | string | mix | 插件类型 可选类型: mix,frond,backend |
| --type | string | mixed | 插件类型 可选类型: mixed,frond,backend |
| --author | string| 无,可选 | 作者名称,此值会填充到 minejson.author 中 |
| --description | string| 无,可选 | 插件介绍,此值会填充到 minejson.description 中 |
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"@imengyu/vue3-context-menu": "^1.4.2",
"@mineadmin/echarts": "^1.0.1",
"@mineadmin/form": "^1.0.21",
"@mineadmin/pro-table": "^1.0.22",
"@mineadmin/search": "^1.0.20",
"@mineadmin/table": "^1.0.25",
"@mineadmin/pro-table": "^1.0.25",
"@mineadmin/search": "^1.0.21",
"@mineadmin/table": "^1.0.29",
"@vueuse/core": "^11.1.0",
"@vueuse/integrations": "^11.1.0",
"echarts": "^5.5.1",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c4d38d

Please sign in to comment.