mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
vue components refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<b class="mb-1.5 block text-xs text-gray-500">
|
||||
<slot></slot>
|
||||
<slot />
|
||||
</b>
|
||||
</template>
|
||||
<script>
|
||||
@@ -300,12 +300,12 @@
|
||||
|
||||
<script>
|
||||
import { events } from '../../bus'
|
||||
import ItemList from '../FilesView/ItemList'
|
||||
import MemberAvatar from '../FilesView/MemberAvatar'
|
||||
import Spinner from '../FilesView/Spinner'
|
||||
import CategoryName from './CategoryName'
|
||||
import FilterSuggestion from './FilterSuggestion'
|
||||
import KeyboardHints from './KeyboardHints'
|
||||
import ItemList from '../UI/Entries/ItemList'
|
||||
import MemberAvatar from '../UI/Others/MemberAvatar'
|
||||
import Spinner from '../UI/Others/Spinner'
|
||||
import CategoryName from './Components/CategoryName'
|
||||
import FilterSuggestion from './Components/FilterSuggestion'
|
||||
import KeyboardHints from './Components/KeyboardHints'
|
||||
import axios from 'axios'
|
||||
import { debounce } from 'lodash'
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user