Skip to content

Commit f803125

Browse files
committed
add elastic header example
1 parent 9d2de9d commit f803125

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

src/examples/elastic-header.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Elastic Header
3+
type: examples
4+
order: 7
5+
---
6+
7+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2eg8kbyk/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

src/examples/hackernews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: HackerNews Clone
33
type: examples
4-
order: 9
4+
order: 10
55
---
66

77
> This is a HackerNews clone built upon HN's official Firebase API, and using Webpack + vue-loader for the build setup.

src/examples/select2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Custom Directive
33
type: examples
4-
order: 7
4+
order: 8
55
---
66

77
> In this example we are integrating a 3rd party jQuery plugin (select2) by wrapping it inside a custom directive.

src/examples/todomvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: TodoMVC
33
type: examples
4-
order: 8
4+
order: 9
55
---
66

77
> This is a fully spec-compliant TodoMVC implementation in under 120 effective lines of JavaScript (excluding comments and blank lines).

0 commit comments

Comments
 (0)