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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user