Skip to content

Commit c9b583b

Browse files
committed
Update index.vue
1 parent c28f807 commit c9b583b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/demo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export default {
193193
<p>
194194
Hello everyone, My name is{" "}
195195
<span style="font-weight:bold;">{row.name}</span>,
196-
I'm a {row.profession}.<br /> And I'm living in{" "}
196+
I'm a {row.profession}. And I'm living in{" "}
197197
{row.address}.
198198
</p>
199199
);

0 commit comments

Comments
 (0)