We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f4ea8 commit abc23d3Copy full SHA for abc23d3
src/MyComponent.vue
@@ -7,6 +7,6 @@ const name = props.name || ref<string>('MyComponent')
7
8
<template>
9
<div>
10
- Hello, this is {{ name }}
+ Hello, this is <mark>{{ name }}</mark>
11
</div>
12
</template>
0 commit comments