mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
vue components refactoring
This commit is contained in:
@@ -82,7 +82,7 @@ import UserEditSubscription from '../../components/Subscription/UserEditSubscrip
|
||||
import UserFailedPayments from '../../components/Subscription/UserFailedPayments'
|
||||
import UserUsageEstimates from '../../components/Subscription/UserUsageEstimates'
|
||||
import UserBillingAlerts from '../../components/Subscription/UserBillingAlerts'
|
||||
import PageTab from '../../components/Others/Layout/PageTab'
|
||||
import PageTab from '../../components/Layout/PageTab'
|
||||
import UserBalance from '../../components/Subscription/UserBalance'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
|
||||
@@ -139,13 +139,13 @@
|
||||
|
||||
<script>
|
||||
import { ValidationProvider, ValidationObserver } from 'vee-validate/dist/vee-validate.full'
|
||||
import SwitchInput from '../../components/Others/Forms/SwitchInput'
|
||||
import FormLabel from '../../components/Others/Forms/FormLabel'
|
||||
import ButtonBase from '../../components/FilesView/ButtonBase'
|
||||
import InfoBox from '../../components/Others/Forms/InfoBox'
|
||||
import AppInputSwitch from '../../components/Admin/AppInputSwitch'
|
||||
import AppInputButton from '../../components/Admin/AppInputButton'
|
||||
import AppInputText from '../../components/Admin/AppInputText'
|
||||
import SwitchInput from '../../components/Inputs/SwitchInput'
|
||||
import FormLabel from '../../components/UI/Labels/FormLabel'
|
||||
import ButtonBase from '../../components/UI/Buttons/ButtonBase'
|
||||
import InfoBox from '../../components/UI/Others/InfoBox'
|
||||
import AppInputSwitch from '../../components/Forms/Layouts/AppInputSwitch'
|
||||
import AppInputButton from '../../components/Forms/Layouts/AppInputButton'
|
||||
import AppInputText from '../../components/Forms/Layouts/AppInputText'
|
||||
import { required } from 'vee-validate/dist/rules'
|
||||
import { XIcon, Trash2Icon } from 'vue-feather-icons'
|
||||
import { events } from '../../bus'
|
||||
|
||||
@@ -193,9 +193,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AppInputText from '../../components/Admin/AppInputText'
|
||||
import SelectInput from '../../components/Others/Forms/SelectInput'
|
||||
import FormLabel from '../../components/Others/Forms/FormLabel'
|
||||
import AppInputText from '../../components/Forms/Layouts/AppInputText'
|
||||
import SelectInput from '../../components/Inputs/SelectInput'
|
||||
import FormLabel from '../../components/UI/Labels/FormLabel'
|
||||
import { required } from 'vee-validate/dist/rules'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
|
||||
@@ -55,11 +55,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ProgressLine from '../../components/Admin/ProgressLine'
|
||||
import FormLabel from '../../components/Others/Forms/FormLabel'
|
||||
import PageTab from '../../components/Others/Layout/PageTab'
|
||||
import ProgressLine from '../../components/UI/ProgressChart/ProgressLine'
|
||||
import FormLabel from '../../components/UI/Labels/FormLabel'
|
||||
import PageTab from '../../components/Layout/PageTab'
|
||||
import axios from 'axios'
|
||||
import BarChart from '../../components/UI/BarChart'
|
||||
import BarChart from '../../components/UI/BarChart/BarChart'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user