Skip to content

Commit

Permalink
docs(README): use <b> tag to render bold font (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Gong committed May 24, 2021
1 parent 2983518 commit 30e3ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -416,7 +416,7 @@ app2.component('Bar', Bar) // equivalent to Vue.use('Bar', Bar)

<details>
<summary>
⚠️ <code>readonly()</code> provides **only type-level** readonly check.
⚠️ <code>readonly()</code> provides <b>only type-level</b> readonly check.
</summary>

`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.
Expand Down

0 comments on commit 30e3ddf

Please sign in to comment.