Skip to content

Commit

Permalink
Use shorthand approach
Browse files Browse the repository at this point in the history
Co-authored-by: Arnelle Balane <[email protected]>
  • Loading branch information
emanlodovice and arnellebalane committed Jun 24, 2020
1 parent 4e0932d commit 083a0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecentlyOpened.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="recently-opened">
<span>Recently Opened:</span>
<div class="recent-items">
<a v-for="path in paths" v-bind:title="path.path" :key="path.path" @click="$emit('selected', path.path)">
<a v-for="path in paths" :title="path.path" :key="path.path" @click="$emit('selected', path.path)">
{{ path.display }}
</a>
</div>
Expand Down

0 comments on commit 083a0cf

Please sign in to comment.