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:
@@ -53,7 +53,7 @@
|
||||
|
||||
<script>
|
||||
import PermissionToggleButton from './PermissionToggleButton'
|
||||
import MemberAvatar from '../../FilesView/MemberAvatar'
|
||||
import MemberAvatar from '../../UI/Others/MemberAvatar'
|
||||
import { XIcon } from 'vue-feather-icons'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MemberAvatar from '../../FilesView/MemberAvatar'
|
||||
import MemberAvatar from '../../UI/Others/MemberAvatar'
|
||||
|
||||
export default {
|
||||
name: 'TeamMembersPreview',
|
||||
|
||||
@@ -94,17 +94,17 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppInputText from '../Admin/AppInputText'
|
||||
import AppInputText from '../Forms/Layouts/AppInputText'
|
||||
import { ValidationProvider, ValidationObserver } from 'vee-validate/dist/vee-validate.full'
|
||||
import PopupWrapper from '../Others/Popup/PopupWrapper'
|
||||
import PopupActions from '../Others/Popup/PopupActions'
|
||||
import PopupContent from '../Others/Popup/PopupContent'
|
||||
import PopupHeader from '../Others/Popup/PopupHeader'
|
||||
import ThumbnailItem from '../Others/ThumbnailItem'
|
||||
import ButtonBase from '../FilesView/ButtonBase'
|
||||
import PopupWrapper from '../Popups/Components/PopupWrapper'
|
||||
import PopupActions from '../Popups/Components/PopupActions'
|
||||
import PopupContent from '../Popups/Components/PopupContent'
|
||||
import PopupHeader from '../Popups/Components/PopupHeader'
|
||||
import ThumbnailItem from '../UI/Entries/ThumbnailItem'
|
||||
import ButtonBase from '../UI/Buttons/ButtonBase'
|
||||
import TeamList from './Components/TeamList'
|
||||
import { required } from 'vee-validate/dist/rules'
|
||||
import InfoBox from '../Others/Forms/InfoBox'
|
||||
import InfoBox from '../UI/Others/InfoBox'
|
||||
import { events } from '../../bus'
|
||||
import axios from 'axios'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
@@ -73,17 +73,17 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppInputText from '../Admin/AppInputText'
|
||||
import AppInputText from '../Forms/Layouts/AppInputText'
|
||||
import { ValidationProvider, ValidationObserver } from 'vee-validate/dist/vee-validate.full'
|
||||
import PopupWrapper from '../Others/Popup/PopupWrapper'
|
||||
import PopupActions from '../Others/Popup/PopupActions'
|
||||
import PopupContent from '../Others/Popup/PopupContent'
|
||||
import PopupHeader from '../Others/Popup/PopupHeader'
|
||||
import ThumbnailItem from '../Others/ThumbnailItem'
|
||||
import ButtonBase from '../FilesView/ButtonBase'
|
||||
import PopupWrapper from '../Popups/Components/PopupWrapper'
|
||||
import PopupActions from '../Popups/Components/PopupActions'
|
||||
import PopupContent from '../Popups/Components/PopupContent'
|
||||
import PopupHeader from '../Popups/Components/PopupHeader'
|
||||
import ThumbnailItem from '../UI/Entries/ThumbnailItem'
|
||||
import ButtonBase from '../UI/Buttons/ButtonBase'
|
||||
import TeamList from './Components/TeamList'
|
||||
import { required } from 'vee-validate/dist/rules'
|
||||
import InfoBox from '../Others/Forms/InfoBox'
|
||||
import InfoBox from '../UI/Others/InfoBox'
|
||||
import { events } from '../../bus'
|
||||
import axios from 'axios'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
Reference in New Issue
Block a user