@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
|
-
|
|
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;
|