tailwind 3 upgrade part 1

This commit is contained in:
Čarodej
2022-01-28 11:41:13 +01:00
parent 42c2ffc274
commit 940a2de13d
63 changed files with 3924 additions and 8488 deletions
+8 -8
View File
@@ -29,14 +29,14 @@
</template>
<script>
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 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 { mapGetters } from 'vuex'
import axios from 'axios'