diff --git a/src/components/nodes/NodeViewChildListGroup.vue b/src/components/nodes/NodeViewChildListGroup.vue
new file mode 100644
index 0000000..147a086
--- /dev/null
+++ b/src/components/nodes/NodeViewChildListGroup.vue
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
diff --git a/src/components/nodes/index.js b/src/components/nodes/index.js
index 7e1593c..485a6e0 100644
--- a/src/components/nodes/index.js
+++ b/src/components/nodes/index.js
@@ -1,4 +1,5 @@
export { default as NodeViewChildList } from './NodeViewChildList'
+export { default as NodeViewChildListGroup } from './NodeViewChildListGroup'
export { default as NodeViewTitle } from './NodeViewTitle'
export { default as NodeViewHeaderRef } from './NodeViewHeaderRef'
export { default as NodeViewHeaderProd } from './NodeViewHeaderProd'