Site > File Tree > Add All read button

This commit is contained in:
brunosimon
2017-08-29 20:58:31 +01:00
parent e9f373e62e
commit 8dbaa35f9e
2 changed files with 26 additions and 0 deletions
@@ -1,4 +1,7 @@
<div>
<input type="text" v-model="searchValue">
<files-tree-folder v-for="folder of files.folders" :key="+ new Date()" :content="folder" :depth="0"></files-tree-folder>
<div>
<a href="#" class="all-read" @click.prevent="onAllReadClick">Mark all as read</a>
</div>
</div>