@burh/nuxt-core 1.0.239 → 1.0.240

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,19 +24,19 @@
24
24
  <br>
25
25
  <span>Data de atualização: {{ $moment(userData.updated_at).format('DD/MM/YYYY H:mm')}}</span>
26
26
  </div>
27
-
27
+
28
28
  <div
29
- v-show="userData.user_skill.length > 0"
30
- class="skills title-block ml-4"
29
+ v-show="userData.user_desired_job.length > 0"
30
+ class="desidered title-block mt-3 ml-4"
31
31
  >
32
- <h6 class="mb-0">Habilidades</h6>
32
+ <h6 class="mb-0">Cargos desejados</h6>
33
33
  <div class="line"></div>
34
34
 
35
35
  <p
36
- v-for="(skill, index) in userData.user_skill"
36
+ v-for="(des, index) in userData.user_desired_job"
37
37
  :key="`skill-${index}`"
38
38
  class="ml-1 mt-1 mb-0 text-capitalize"
39
- v-html="highlightText(search, skill.skill_word)"
39
+ v-html="highlightText(search, des.occupation)"
40
40
  ></p>
41
41
  </div>
42
42
 
@@ -56,17 +56,17 @@
56
56
  </div>
57
57
 
58
58
  <div
59
- v-show="userData.user_desired_job.length > 0"
60
- class="desidered title-block mt-3 ml-4"
59
+ v-show="userData.user_skill.length > 0"
60
+ class="skills title-block ml-4"
61
61
  >
62
- <h6 class="mb-0">Cargos desejados</h6>
62
+ <h6 class="mb-0">Habilidades</h6>
63
63
  <div class="line"></div>
64
64
 
65
65
  <p
66
- v-for="(des, index) in userData.user_desired_job"
66
+ v-for="(skill, index) in userData.user_skill"
67
67
  :key="`skill-${index}`"
68
68
  class="ml-1 mt-1 mb-0 text-capitalize"
69
- v-html="highlightText(search, des.occupation)"
69
+ v-html="highlightText(search, skill.skill_word)"
70
70
  ></p>
71
71
  </div>
72
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.239",
3
+ "version": "1.0.240",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {