mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 21:03:43 +08:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
|
import htmlSafe from "discourse-common/helpers/html-safe";
|
||
|
|
||
|
<template>
|
||
|
<div class="desc">{{htmlSafe @description}}</div>
|
||
|
</template>
|