Skip to content

Commit e8d40f6

Browse files
authored
fix instead tab to 2 spaces (#196)
1 parent 20e817f commit e8d40f6

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)