8000 [Doc EN]: Some line return for consistency (#2217) · vuejs/v2.vuejs.org@8044ea9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8044ea9

Browse files
MachinisteWebsdras
authored andcommitted
[Doc EN]: Some line return for consistency (#2217)
* Indent fix (Biggest update ever) Signed-off-by: Bruno J. S. Lesieur <bruno.lesieur@gmail.com> * Some line return for consistency Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com>
1 parent c5043b8 commit 8044ea9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/v2/api/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ type: api
15891589
{ immediate: true }
15901590
)
15911591
```
1592+
15921593
If you still want to call an unwatch function inside the callback, you should check its availability first:
15931594
15941595
``` js

src/v2/guide/custom-directive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ new Vue({
199199
```
200200

201201
Result:
202+
202203
{% raw %}
203204
<iframe height="200" style="width: 100%;" class="demo" scrolling="no" title="Dynamic Directive Arguments" src="//codepen.io/team/Vue/embed/rgLLzb/?height=300&theme-id=32763&default-tab=result" frameborder="no" allowtransparency="true" allowfullscreen="true">
204205
See the Pen <a href='https://codepen.io/team/Vue/pen/rgLLzb/'>Dynamic Directive Arguments</a> by Vue

src/v2/guide/filters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ new Vue({
3939
// ...
4040
})
4141
```
42+
4243
When the global filter has the same name as the local filter, the local filter will be preferred.
4344

4445
Below is an example of our `capitalize` filter being used:

0 commit comments

Comments
 (0)
0