pull/9/head
ruibaby 2019-04-13 21:15:35 +08:00
parent 29df46aee0
commit d91a828e73
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
{{ selectAttachment.path }} {{ selectAttachment.path }}
</a-tab-pane> </a-tab-pane>
<a-tab-pane tab="Markdown 格式" key="3"> <a-tab-pane tab="Markdown 格式" key="3">
![{{ selectAttachment.name }}]({{selectAttachment.path}}) ![{{ selectAttachment.name }}]({{ selectAttachment.path }})
</a-tab-pane> </a-tab-pane>
</a-tabs> </a-tabs>
</a-col> </a-col>