mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
优化 docs 子文档的引用路径
This commit is contained in:
@@ -10,7 +10,7 @@ toc: true
|
||||
<h2 id="examples" lay-toc="{hot: true}" style="margin-bottom: 0;">示例</h2>
|
||||
|
||||
<div>
|
||||
{{- d.include("docs/colorpicker/detail/demo.md") }}
|
||||
{{- d.include("/colorpicker/detail/demo.md") }}
|
||||
</div>
|
||||
|
||||
<p></p>
|
||||
@@ -54,7 +54,7 @@ layui.use(function(){
|
||||
<h2 id="options" lay-toc="{level: 2, hot: true}">属性</h2>
|
||||
|
||||
<div>
|
||||
{{- d.include("docs/colorpicker/detail/options.md") }}
|
||||
{{- d.include("/colorpicker/detail/options.md") }}
|
||||
</div>
|
||||
|
||||
## 兼容性
|
||||
|
||||
Reference in New Issue
Block a user