Skip to content

Commit 57f5b3d

Browse files
committed
add grid component example
1 parent 9868964 commit 57f5b3d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

source/examples/component.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
title: Vue + Component
1+
title: Project Boilerplate
22
type: examples
3-
order: 4
3+
order: 5
44
---
55

66
<img style="width:100%;max-width:737px" src="/images/component-example.png">

source/examples/grid-component.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Grid Component
2+
type: examples
3+
order: 3
4+
---
5+
6+
> This is an example of creating a reusable grid component and using it with external data.
7+
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/mGyQN/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: 3
3+
order: 4
44
---
55

66
<iframe width="100%" height="500" src="/perf/todomvc-benchmark/vue/index.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

0 commit comments

Comments
 (0)