mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -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">
|
<MkKeyValue class="_formBlock">
|
||||||
<template #key>{{ i18n.ts.description }}</template>
|
<template #key>{{ i18n.ts.description }}</template>
|
||||||
<template #value>{{
|
<template #value
|
||||||
$instance.description
|
><div v-html="$instance.description"></div
|
||||||
}}</template>
|
></template>
|
||||||
</MkKeyValue>
|
</MkKeyValue>
|
||||||
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
|
|
Loading…
Add table
Reference in a new issue