@@ -16,8 +16,8 @@
<span
v-if="pageDate.status > 10 && textValue"
style="padding: 10px 0;display: inline-block;"
- >{{ textValue }}</span
- >
+ v-html="textValue.replace(/\n/g, '<br />')"
+ />
</div>