Skip to content

Commit f0f19c9

Browse files
committed
add modal component example
1 parent 6e44bc7 commit f0f19c9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

source/examples/hackernews.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: HackerNews Clone
22
type: examples
3-
order: 8
3+
order: 9
44
---
55

66
> This is a HackerNews clone built upon HN's official Firebase API, and using Webpack + vue-loader for the build setup.
@@ -9,4 +9,4 @@ order: 8
99
<a href="http://vuejs.github.io/vue-hackernews" target="_blank"><img style="width:100%" src="/images/hn.png"></a>
1010
</div>
1111

12-
> [[Source](https://github.com/yyx990803/vue-hackernews)]
12+
> [[Source](https://github.com/yyx990803/vue-hackernews)]

source/examples/modal.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
title: Modal Component
2+
type: examples
3+
order: 7
4+
is_new: true
5+
---
6+
7+
> Features used: component, prop passing, content insertion, transitions.
8+
9+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/bfzpwxo4/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/todomvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: TodoMVC
22
type: examples
3-
order: 7
3+
order: 8
44
---
55

66
> 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)