mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Add support for copying a file or folder
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
:file="file"
|
||||
:editable="editableFiles"
|
||||
v-on:deleted="fileRowDeleted(file, file.directory)"
|
||||
v-on:renamed="listDirectory"
|
||||
v-on:list="listDirectory"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -57,7 +57,6 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import {mapState} from "vuex";
|
||||
import { join } from 'path';
|
||||
import {map} from 'lodash';
|
||||
import getDirectoryContents from "@/api/server/getDirectoryContents";
|
||||
|
||||
Reference in New Issue
Block a user