|
|
@ -1,6 +1,7 @@
|
|
|
|
<script setup lang="ts">
|
|
|
|
<script setup lang="ts">
|
|
|
|
import VPHomeHero from './VPHomeHero.vue'
|
|
|
|
import VPHomeHero from './VPHomeHero.vue'
|
|
|
|
import VPHomeFeatures from './VPHomeFeatures.vue'
|
|
|
|
import VPHomeFeatures from './VPHomeFeatures.vue'
|
|
|
|
|
|
|
|
import VPHomeContent from './VPHomeContent.vue'
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
@ -19,7 +20,9 @@ import VPHomeFeatures from './VPHomeFeatures.vue'
|
|
|
|
<VPHomeFeatures />
|
|
|
|
<VPHomeFeatures />
|
|
|
|
<slot name="home-features-after" />
|
|
|
|
<slot name="home-features-after" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<VPHomeContent>
|
|
|
|
<Content />
|
|
|
|
<Content />
|
|
|
|
|
|
|
|
</VPHomeContent>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|