diff --git a/src/components/shared/TreeView.vue b/src/components/shared/TreeView.vue new file mode 100644 index 00000000..338f02bf --- /dev/null +++ b/src/components/shared/TreeView.vue @@ -0,0 +1,98 @@ + + + + + + + + + + + + + {{ node[keyTitle || 'title'] || 'No Title' }} + + + {{ node[keySubtitle || 'subtitle'] || 'No Subtitle' }} + + + + + + + + + + + +