update NodeView components to display creations
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
>
|
||||
<slot name="default">
|
||||
<node-view-figure
|
||||
v-if="mode === 'view' && node.title"
|
||||
v-if="mode === 'view' && type === 'prod' && node.title"
|
||||
@expand-image="image = $event"
|
||||
:node="node"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user