Skip to content

Commit aa109b1

Browse files
author
Evan You
committed
interpolate title
1 parent f4568cf commit aa109b1

19 files changed

+42
-9
lines changed

source/api/directives.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ type: api
33
order: 6
44
---
55

6+
# {{title}}
7+
68
### v-text
79
### v-html
810
### v-show

source/api/filters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ type: api
33
order: 7
44
---
55

6+
# {{title}}
7+
68
### capitalize
79
### uppercase
810
### lowercase

source/api/global-methods.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ type: api
33
order: 5
44
---
55

6+
# {{title}}
7+
68
### Vue.extend( options )
79

810
### Vue.config( options )

source/api/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ type: api
33
order: 1
44
---
55

6+
# {{title}}
7+
68
The `Vue` Class is the core of vue.js - in fact, it is everything that vue.js offers. It is a constructor that allows you to create ViewModel instances. It can be subclassed with its `extend()` method and it also holds several other global utility methods. Creating a ViewModel instance is straightforward:
79

810
``` js

source/api/instance-methods.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ type: api
33
order: 4
44
---
55

6+
# {{title}}
7+
68
## Data Changes
79

810
### vm.$watch( keypath, callback )

source/api/instance-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ type: api
33
order: 3
44
---
55

6+
# {{title}}
7+
68
### vm.$el
79

810
- **Type:** `HTMLElement`

source/api/instantiation-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ type: api
33
order: 2
44
---
55

6+
# {{title}}
7+
68
## Data & Logic
79

810
### data

source/examples/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
title: Examples
22
---
33

4+
# {{title}}
5+
46
- **[TodoMVC Implementation](todomvc/)**
57
A fully specification-compliant TodoMVC implementation in ~110 SLOC. [\[Source\]][1]
68

source/guide/composition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
title: Composing ViewModels
22
type: guide
33
order: 5
4-
---
4+
---
5+
6+
# {{title}}

source/guide/custom-directive.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
title: Writing Custom Directives
22
type: guide
33
order: 3
4-
---
4+
---
5+
6+
# {{title}}

0 commit comments

Comments
 (0)