Skip to content

Commit 1b02bc8

Browse files
committed
fix instead tab to 2 spaces
1 parent 0129412 commit 1b02bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/composition-api-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export default {
4242
import { toRefs } from 'vue'
4343

4444
setup(props) {
45-
const { title } = toRefs(props)
45+
const { title } = toRefs(props)
4646

47-
console.log(title.value)
47+
console.log(title.value)
4848
}
4949
```
5050

0 commit comments

Comments
 (0)