[learn-example][m] - add facets to catalog component

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-04 07:39:59 -03:00
parent a0620f9255
commit 7205aeab77
5 changed files with 117 additions and 21 deletions

View File

@@ -91,7 +91,7 @@ const parse = async function (source, format, scope) {
],
format,
},
scope: { ...scope, ...data},
scope,
}
);