Skip to content

Commit

Permalink
docs(README): remove extra indent (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
jspoetry committed May 23, 2021
1 parent ebd30c7 commit 2983518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ app2.component('Bar', Bar) // equivalent to Vue.use('Bar', Bar)
<details>
<summary>
⚠️ <code>toRefs(props.foo)</code> will incorrectly warn when accessing nested levels of props. <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;⚠️ <code>isReactive(props.foo)</code> will return false.
&nbsp;&nbsp;&nbsp;&nbsp;⚠️ <code>isReactive(props.foo)</code> will return false.
</summary>

```ts
Expand Down

0 comments on commit 2983518

Please sign in to comment.