|
@@ -1,13 +1,18 @@
|
|
<template>
|
|
<template>
|
|
<div>
|
|
<div>
|
|
<selfEvaluation></selfEvaluation>
|
|
<selfEvaluation></selfEvaluation>
|
|
|
|
+ <jobIntention class="mt"></jobIntention>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
defineOptions({ name: 'resume-right'})
|
|
defineOptions({ name: 'resume-right'})
|
|
import selfEvaluation from '../components/selfEvaluation.vue'
|
|
import selfEvaluation from '../components/selfEvaluation.vue'
|
|
|
|
+import jobIntention from '../components/jobIntention.vue'
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
|
+.mt {
|
|
|
|
+ margin-top: 12px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|