mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
code deletion
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/>
|
||||
<PopoverItem name="desktop-create" side="left">
|
||||
<OptionGroup
|
||||
:title="$t('create')"
|
||||
:title="$t('upload')"
|
||||
>
|
||||
<OptionUpload
|
||||
:title="$t('upload_files')"
|
||||
@@ -29,6 +29,10 @@
|
||||
:title="$t('upload_folder')"
|
||||
type="folder"
|
||||
/>
|
||||
</OptionGroup>
|
||||
<OptionGroup
|
||||
:title="$t('create')"
|
||||
>
|
||||
<Option
|
||||
@click.native="$createFolder"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user