Skip to content

Commit 30e3ddf

Browse files
authored
docs(README): use <b> tag to render bold font (#703)
1 parent 2983518 commit 30e3ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ app2.component('Bar', Bar) // equivalent to Vue.use('Bar', Bar)
416416

417417
<details>
418418
<summary>
419-
⚠️ <code>readonly()</code> provides **only type-level** readonly check.
419+
⚠️ <code>readonly()</code> provides <b>only type-level</b> readonly check.
420420
</summary>
421421

422422
`readonly()` is provided as API alignment with Vue 3 on type-level only. Use <code>isReadonly()</code> on it or it's properties can not be guaranteed.

0 commit comments

Comments
 (0)