@burh/nuxt-core 1.0.400 → 1.0.401

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.
@@ -328,7 +328,9 @@ export default {
328
328
  this.name = to.name;
329
329
  this.social = to.razao_social;
330
330
  this.description = to.description;
331
- this.contacts = to.contact,
331
+
332
+ to.contact.length > 0 && (this.contacts = to.contact);
333
+
332
334
  this.cnpj = to.cnpj;
333
335
  this.cep = to.cep;
334
336
  this.address = to.address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.400",
3
+ "version": "1.0.401",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {