Organisation and reworking stuff

This commit is contained in:
Henrique Dias
2017-07-03 11:20:36 +01:00
parent 191b31e977
commit 8d891f0d51
23 changed files with 47 additions and 87 deletions

View File

@@ -0,0 +1,10 @@
<template>
<button @click="$store.commit('showMove', true)" aria-label="Move" title="Move" class="action">
<i class="material-icons">forward</i>
<span>Move file</span>
</button>
</template>
<script>
export default {name: 'move-button'}
</script>