@burh/nuxt-core 1.0.274 → 1.0.276

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.
@@ -22,7 +22,8 @@
22
22
  {{ userData.user_address.region_code }}
23
23
  </span>
24
24
  <br>
25
- <span>Data de atualização: {{ $moment(userData.updated_at).format('DD/MM/YYYY H:mm')}}</span>
25
+ <span>Data de atualização: {{ $moment(userData.updated_at).format('DD/MM/YYYY H:mm')}}</span><br>
26
+ <span v-if="userData.user_complementary_information.wage_pretension > 1">Pretenção salarial: R$ {{userData.user_complementary_information.wage_pretension}}</span>
26
27
  </div>
27
28
 
28
29
  <div
@@ -187,7 +188,7 @@ export default {
187
188
  name: 'user-cv-left-side',
188
189
  components: {
189
190
  VueQrcode
190
- },
191
+ },
191
192
  props: {
192
193
  userData: Object,
193
194
  baseUrl: String,
@@ -196,6 +197,9 @@ export default {
196
197
  default: ''
197
198
  }
198
199
  },
200
+ mounted() {
201
+ console.log(this.userData);
202
+ },
199
203
  methods: {
200
204
  highlightText(search, text) {
201
205
  if (search.length < 2) return text;
@@ -135,13 +135,13 @@ export default {
135
135
  },
136
136
  sendTest() {
137
137
  this.loading = true;
138
- setTimeout(() => {
139
138
 
140
- this.$emit('submit', this.slots);
141
- this.resetSlots();
142
- requestAnimationFrame(() => {
143
- this.$refs.sendCourse.reset();
144
- });
139
+ this.$emit('submit', this.slots);
140
+ this.resetSlots();
141
+ requestAnimationFrame(() => {
142
+ this.$refs.sendCourse.reset();
143
+ });
144
+ setTimeout(() => {
145
145
  this.closeModal();
146
146
  this.loading = false;
147
147
  }, 2000);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.274",
3
+ "version": "1.0.276",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {