diff --git a/src/components/nodes/NodeViewFigure.vue b/src/components/nodes/NodeViewFigure.vue new file mode 100644 index 0000000..566c226 --- /dev/null +++ b/src/components/nodes/NodeViewFigure.vue @@ -0,0 +1,73 @@ + + + + + + + + {{ $t('text.read-artwork') }} + + + + + + {{ toCommaList(node.authors) }}, + + + {{ node.date.start }} + + + + + + + + diff --git a/src/components/nodes/index.js b/src/components/nodes/index.js index 485a6e0..f4be424 100644 --- a/src/components/nodes/index.js +++ b/src/components/nodes/index.js @@ -1,3 +1,4 @@ +export { default as NodeViewFigure } from './NodeViewFigure' export { default as NodeViewChildList } from './NodeViewChildList' export { default as NodeViewChildListGroup } from './NodeViewChildListGroup' export { default as NodeViewTitle } from './NodeViewTitle'
+ {{ toCommaList(node.authors) }}, + + + {{ node.date.start }} +