mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
vue components refactoring
This commit is contained in:
@@ -102,19 +102,19 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppInputText from '../../components/Admin/AppInputText'
|
||||
import AppInputText from '../../components/Forms/Layouts/AppInputText'
|
||||
import { ValidationProvider, ValidationObserver } from 'vee-validate/dist/vee-validate.full'
|
||||
import AuthContentWrapper from '../../components/Auth/AuthContentWrapper'
|
||||
import SelectInput from '../../components/Others/Forms/SelectInput'
|
||||
import SwitchInput from '../../components/Others/Forms/SwitchInput'
|
||||
import ImageInput from '../../components/Others/Forms/ImageInput'
|
||||
import FormLabel from '../../components/Others/Forms/FormLabel'
|
||||
import InfoBox from '../../components/Others/Forms/InfoBox'
|
||||
import AuthContent from '../../components/Auth/AuthContent'
|
||||
import AuthButton from '../../components/Auth/AuthButton'
|
||||
import AuthContentWrapper from '../../components/Layout/AuthPages/AuthContentWrapper'
|
||||
import SelectInput from '../../components/Inputs/SelectInput'
|
||||
import SwitchInput from '../../components/Inputs/SwitchInput'
|
||||
import ImageInput from '../../components/Inputs/ImageInput'
|
||||
import FormLabel from '../../components/UI/Labels/FormLabel'
|
||||
import InfoBox from '../../components/UI/Others/InfoBox'
|
||||
import AuthContent from '../../components/Layout/AuthPages/AuthContent'
|
||||
import AuthButton from '../../components/UI/Buttons/AuthButton'
|
||||
import { required } from 'vee-validate/dist/rules'
|
||||
import { SettingsIcon } from 'vue-feather-icons'
|
||||
import Headline from '../Auth/Headline'
|
||||
import Headline from '../../components/UI/Labels/LogoHeadline'
|
||||
import { events } from '../../bus'
|
||||
import axios from 'axios'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user