Skip to content

Commit 06c9fb6

Browse files
committed
fix
1 parent 24c72d2 commit 06c9fb6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

resources/js/components/marked.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
<template>
2-
<div v-html="value_html">
2+
<div>
3+
<div v-html="value_html" v-if="value_html">
4+
</div>
5+
<div v-else>
6+
{{value}}
7+
</div>
38
</div>
49
</template>
510

11+
612
<script>
713
export default {
814
name: "marked",

0 commit comments

Comments
 (0)