|
@@ -2,6 +2,7 @@
|
|
<div>
|
|
<div>
|
|
<headCarousel></headCarousel>
|
|
<headCarousel></headCarousel>
|
|
<headSearch></headSearch>
|
|
<headSearch></headSearch>
|
|
|
|
+ <hotJobs></hotJobs>
|
|
<div class="default-width mt-3">
|
|
<div class="default-width mt-3">
|
|
<hotPromotedPositions></hotPromotedPositions>
|
|
<hotPromotedPositions></hotPromotedPositions>
|
|
<PopularEnterprises class="mt-10"></PopularEnterprises>
|
|
<PopularEnterprises class="mt-10"></PopularEnterprises>
|
|
@@ -12,6 +13,7 @@
|
|
<script setup>
|
|
<script setup>
|
|
import headCarousel from './components/headCarousel.vue'
|
|
import headCarousel from './components/headCarousel.vue'
|
|
import headSearch from './components/search.vue'
|
|
import headSearch from './components/search.vue'
|
|
|
|
+import hotJobs from './components/hotJobs.vue'
|
|
import hotPromotedPositions from './components/hotPromotedPositions.vue'
|
|
import hotPromotedPositions from './components/hotPromotedPositions.vue'
|
|
import PopularEnterprises from './components/popularEnterprises.vue'
|
|
import PopularEnterprises from './components/popularEnterprises.vue'
|
|
defineOptions({ name:'personal-index'})
|
|
defineOptions({ name:'personal-index'})
|