You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
Organisation and reworking stuff
This commit is contained in:
10
_assets/src/components/buttons/MoveButton.vue
Normal file
10
_assets/src/components/buttons/MoveButton.vue
Normal 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>
|
||||
Reference in New Issue
Block a user