Skip to content

Commit 2983518

Browse files
authored
docs(README): remove extra indent (#702)
1 parent ebd30c7 commit 2983518

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
@@ -428,7 +428,7 @@ app2.component('Bar', Bar) // equivalent to Vue.use('Bar', Bar)
428428
<details>
429429
<summary>
430430
⚠️ <code>toRefs(props.foo)</code> will incorrectly warn when accessing nested levels of props. <br>
431-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;⚠️ <code>isReactive(props.foo)</code> will return false.
431+
&nbsp;&nbsp;&nbsp;&nbsp;⚠️ <code>isReactive(props.foo)</code> will return false.
432432
</summary>
433433

434434
```ts

0 commit comments

Comments
 (0)