mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
feat FileManager
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<script lang="ts" setup>
|
||||
import FileBrowser from '@/components/FileBrowser.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<FileBrowser storages="local" tree="true" path="/Users/jxxghp/Downloads/public" />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user