Skip to content

Commit 21eb384

Browse files
authored
fix: add vs dot unified writing paradigm (vuejs#1999)
1 parent 7826a01 commit 21eb384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guide/essentials/computed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ See also: [Typing Computed](/guide/typescript/composition-api.html#typing-comput
138138

139139
</div>
140140

141-
## Computed Caching vs Methods
141+
## Computed Caching vs. Methods
142142

143143
You may have noticed we can achieve the same result by invoking a method in the expression:
144144

src/guide/essentials/conditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The difference is that an element with `v-show` will always be rendered and rema
9898

9999
`v-show` doesn't support the `<template>` element, nor does it work with `v-else`.
100100

101-
## `v-if` vs `v-show`
101+
## `v-if` vs. `v-show`
102102

103103
`v-if` is "real" conditional rendering because it ensures that event listeners and child components inside the conditional block are properly destroyed and re-created during toggles.
104104

0 commit comments

Comments
 (0)