use textref header for textprod with title
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
},
|
||||
|
||||
computed: {
|
||||
...mapGetters(['visited']),
|
||||
...mapGetters(['visited'])
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
active hovered
|
||||
@click="onNodeClick(activeNode.data)"
|
||||
>
|
||||
<template v-if="activeNode.data.type === 'prod'">
|
||||
<template v-if="activeNode.data.type === 'prod' && !(activeNode.data.preTitle || activeNode.data.italTitle)">
|
||||
{{ $t('variants.' + activeNode.data.variant) }}<br>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user