mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 14:15:47 +08:00
优化 docs 子文档的引用路径
This commit is contained in:
@@ -66,7 +66,7 @@ toc: true
|
||||
obj.render();
|
||||
}}">
|
||||
<textarea>
|
||||
{{- d.include('docs/form/examples/input.group.md') }}
|
||||
{{- d.include("/form/examples/input.group.md") }}
|
||||
</textarea>
|
||||
</pre>
|
||||
|
||||
@@ -91,7 +91,7 @@ toc: true
|
||||
obj.render();
|
||||
}}">
|
||||
<textarea>
|
||||
{{- d.include('docs/form/examples/input.pre.suf.md') }}
|
||||
{{- d.include("/form/examples/input.pre.suf.md") }}
|
||||
</textarea>
|
||||
</pre>
|
||||
|
||||
@@ -175,7 +175,7 @@ input 放在前后缀容器中:
|
||||
obj.render();
|
||||
}}">
|
||||
<textarea>
|
||||
{{- d.include('docs/form/examples/input.affix.custom.md') }}
|
||||
{{- d.include("/form/examples/input.affix.custom.md") }}
|
||||
</textarea>
|
||||
</pre>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user