mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-27 14:54:42 +00:00
frontend refactoring
This commit is contained in:
@@ -60,11 +60,11 @@
|
||||
|
||||
<script>
|
||||
import {ValidationProvider, ValidationObserver} from 'vee-validate/dist/vee-validate.full'
|
||||
import PageTitle from '@/components/Index/Components/PageTitle'
|
||||
import PageFooter from '@/components/Index/IndexPageFooter'
|
||||
import Navigation from '@/components/Index/IndexNavigation'
|
||||
import InfoBox from '@/components/Others/Forms/InfoBox'
|
||||
import AuthButton from '@/components/Auth/AuthButton'
|
||||
import PageTitle from '/resources/js/components/Index/Components/PageTitle'
|
||||
import PageFooter from '/resources/js/components/Index/IndexPageFooter'
|
||||
import Navigation from '/resources/js/components/Index/IndexNavigation'
|
||||
import InfoBox from '/resources/js/components/Others/Forms/InfoBox'
|
||||
import AuthButton from '/resources/js/components/Auth/AuthButton'
|
||||
import {required} from 'vee-validate/dist/rules'
|
||||
import {mapGetters} from 'vuex'
|
||||
import axios from 'axios'
|
||||
@@ -128,10 +128,10 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '@assets/vuefilemanager/_landing-page';
|
||||
@import '@assets/vuefilemanager/_variables';
|
||||
@import '@assets/vuefilemanager/_mixins';
|
||||
@import '@assets/vuefilemanager/_forms';
|
||||
@import '/resources/sass/vuefilemanager/_landing-page';
|
||||
@import '/resources/sass/vuefilemanager/_variables';
|
||||
@import '/resources/sass/vuefilemanager/_mixins';
|
||||
@import '/resources/sass/vuefilemanager/_forms';
|
||||
|
||||
.form {
|
||||
max-width: 100%;
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import PageTitle from '@/components/Index/Components/PageTitle'
|
||||
import PageFooter from '@/components/Index/IndexPageFooter'
|
||||
import Navigation from '@/components/Index/IndexNavigation'
|
||||
import PageTitle from '/resources/js/components/Index/Components/PageTitle'
|
||||
import PageFooter from '/resources/js/components/Index/IndexPageFooter'
|
||||
import Navigation from '/resources/js/components/Index/IndexNavigation'
|
||||
import {mapGetters} from 'vuex'
|
||||
import axios from 'axios'
|
||||
|
||||
@@ -67,9 +67,9 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '@assets/vuefilemanager/_landing-page';
|
||||
@import '@assets/vuefilemanager/_variables';
|
||||
@import '@assets/vuefilemanager/_mixins';
|
||||
@import '/resources/sass/vuefilemanager/_landing-page';
|
||||
@import '/resources/sass/vuefilemanager/_variables';
|
||||
@import '/resources/sass/vuefilemanager/_mixins';
|
||||
|
||||
.headline {
|
||||
padding-top: 70px;
|
||||
|
||||
@@ -29,14 +29,14 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HeroScreenshot from '@/components/Index/IndexHeroScreenshot'
|
||||
import PricingTables from '@/components/Index/IndexPricingTables'
|
||||
import MainFeatures from '@/components/Index/IndexMainFeatures'
|
||||
import Navigation from '@/components/Index/IndexNavigation'
|
||||
import PageHeader from '@/components/Index/IndexPageHeader'
|
||||
import GetStarted from '@/components/Index/IndexGetStarted'
|
||||
import PageFooter from '@/components/Index/IndexPageFooter'
|
||||
import Spinner from '@/components/FilesView/Spinner'
|
||||
import HeroScreenshot from '/resources/js/components/Index/IndexHeroScreenshot'
|
||||
import PricingTables from '/resources/js/components/Index/IndexPricingTables'
|
||||
import MainFeatures from '/resources/js/components/Index/IndexMainFeatures'
|
||||
import Navigation from '/resources/js/components/Index/IndexNavigation'
|
||||
import PageHeader from '/resources/js/components/Index/IndexPageHeader'
|
||||
import GetStarted from '/resources/js/components/Index/IndexGetStarted'
|
||||
import PageFooter from '/resources/js/components/Index/IndexPageFooter'
|
||||
import Spinner from '/resources/js/components/FilesView/Spinner'
|
||||
import { mapGetters } from 'vuex'
|
||||
import axios from 'axios'
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '@assets/vuefilemanager/_landing-page';
|
||||
@import '@assets/vuefilemanager/_variables';
|
||||
@import '@assets/vuefilemanager/_mixins';
|
||||
@import '/resources/sass/vuefilemanager/_landing-page';
|
||||
@import '/resources/sass/vuefilemanager/_variables';
|
||||
@import '/resources/sass/vuefilemanager/_mixins';
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user