优化 docs 子文档的引用路径

This commit is contained in:
贤心
2023-05-10 12:14:45 +08:00
parent 8dab770269
commit 89772f47da
30 changed files with 113 additions and 113 deletions

View File

@@ -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>