docs: correct layoutconfig tips (#1545)

This commit is contained in:
chilingling 2025-07-22 21:17:18 +08:00 committed by GitHub
parent 2edf50c249
commit c0215e383f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default {
#### 自定义插件位置
自定义插件位置可以使用 options.layoutConfig 配置项,也可以使用 options.relativeLayoutConfig 配置项。
⚠️注意:当使用 `options.relativeLayoutConfig` 配置项时,`options.layoutConfig` 配置项将失效。
⚠️注意:当使用 `options.layoutConfig` 配置项时,`options.relativeLayoutConfig` 配置项将失效。
##### 使用 options.relativeLayoutConfig 配置项修改插件位置