Skip to content

Commit e4d2fd5

Browse files
committed
fix: show html in tmw(tell me when)
1 parent fdfb5f9 commit e4d2fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app-demo-cell.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div style="margin-bottom: 40px;">{{ data.description }}</div>
66
<div v-if="data.tmw">
77
<h3>何时使用</h3>
8-
<div style="margin-bottom: 20px;">{{ data.tmw }}</div>
8+
<div style="margin-bottom: 20px;" v-html="data.tmw"></div>
99
</div>
1010
<!-- TODO: d-tabs -->
1111
</div>

0 commit comments

Comments
 (0)