Skip to content

Commit bfe1707

Browse files
docs: fixed the indent of code (#1282)
1 parent 2a2e6fc commit bfe1707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default defineComponent({
6464
doubleCount,
6565
// this one will be reactive
6666
doubleValue: computed(() => store.doubleCount),
67-
}
67+
}
6868
},
6969
})
7070
```

0 commit comments

Comments
 (0)