mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
feat(files): add folder icon overlay
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
09a9c3ca3d
commit
4621198744
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@
|
|||
|
||||
<script lang='ts'>
|
||||
import type { PropType } from 'vue'
|
||||
import type { Node } from '@nextcloud/files'
|
||||
|
||||
import { CancelablePromise } from 'cancelable-promise'
|
||||
import { debounce } from 'debounce'
|
||||
|
|
|
|||
Loading…
Reference in a new issue