Skip to content

Commit abc23d3

Browse files
committed
fix: style
1 parent 16f4ea8 commit abc23d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MyComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ const name = props.name || ref<string>('MyComponent')
77

88
<template>
99
<div>
10-
Hello, this is {{ name }}
10+
Hello, this is <mark>{{ name }}</mark>
1111
</div>
1212
</template>

0 commit comments

Comments
 (0)