mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Render instance description as HTML
This commit is contained in:
parent
3c0fc7e55e
commit
1f6568ce22
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@
|
|||
|
||||
<MkKeyValue class="_formBlock">
|
||||
<template #key>{{ i18n.ts.description }}</template>
|
||||
<template #value>{{
|
||||
$instance.description
|
||||
}}</template>
|
||||
<template #value
|
||||
><div v-html="$instance.description"></div
|
||||
></template>
|
||||
</MkKeyValue>
|
||||
|
||||
<FormSection>
|
||||
|
|
Loading…
Reference in a new issue