Skip to content

Commit

Permalink
fix: 修复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHui committed Aug 8, 2019
1 parent 2bd7ec5 commit aad95ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<tbody>
<tr v-for="f in computedFiles">
<td>
<a v-on:click='clickFileOrDir(f, $event)'>
<a v-on:click='clickFileOrDir(f, $event)' href="{{getEncodePath(f)}}>
<!-- ?raw=false -->
<i style="padding-right: 0.5em" class="fa" v-bind:class='genFileClass(f)'></i> {{f.name}}
</a>
Expand Down

0 comments on commit aad95ae

Please sign in to comment.