diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 4320d0d..54882db 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -15,7 +15,7 @@
-
+
{ - return state.catalog.sections - }, - section: state => id => { return state.catalog.sections.find(s => s.id === id) },