Browse Source

JSLint.

pull/9/head
ruibaby 6 years ago
parent
commit
d91a828e73
  1. 2
      src/views/attachment/AttachmentList.vue

2
src/views/attachment/AttachmentList.vue

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

Loading…
Cancel
Save