Fixed slot filler viewer not having markdown for the description
This commit is contained in:
@@ -28,10 +28,14 @@
|
|||||||
/>
|
/>
|
||||||
</property-field>
|
</property-field>
|
||||||
<property-field
|
<property-field
|
||||||
|
v-if="model.description"
|
||||||
name="Description"
|
name="Description"
|
||||||
:cols="{cols: 12}"
|
:cols="{cols: 12}"
|
||||||
:value="model.description"
|
>
|
||||||
/>
|
<markdown-text
|
||||||
|
:markdown="model.description"
|
||||||
|
/>
|
||||||
|
</property-field>
|
||||||
</v-row>
|
</v-row>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user