@burh/nuxt-core 1.0.373 → 1.0.375

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.
@@ -210,8 +210,6 @@ export default {
210
210
  6: 'Doutorado'
211
211
  };
212
212
 
213
- console.log(typeFormation[id]);
214
-
215
213
  return typeFormation[id] || '-';
216
214
  }
217
215
  },
@@ -305,7 +305,7 @@ export default {
305
305
  } else {
306
306
  if (response.data) {
307
307
  if (response.data.city_name && response.data.region_code) {
308
- this.city = `${response.data.city_name}, ${response.data.region_code}`;
308
+ this.city = `${response.data.city_name} / ${response.data.region_code}`;
309
309
  }
310
310
  }
311
311
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.373",
3
+ "version": "1.0.375",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {