Skip to content

Commit 5edf60a

Browse files
committed
update examples
1 parent d9557b4 commit 5edf60a

File tree

12 files changed

+14
-22
lines changed

12 files changed

+14
-22
lines changed

source/examples/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 1
55

66
> This example fetches latest Vue.js commits data from GitHub's API and displays them as a list. You can switch between the master and dev branches.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/wd64qs6f/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/vaj48u3h/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/firebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 2
55

66
> This example uses [Firebase](https://www.firebase.com/) as the data persistence backend and syncs between clients in real time (you can try opening it in multiple browser tabs). In addition, it performs instant validation using computed properties and triggers CSS transitions when adding/removing items.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2ok0hp6c/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2d3htmpr/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/grid-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 3
55

66
> This is an example of creating a reusable grid component and using it with external data.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/f83qnhbu/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/m7sgaron/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/hackernews.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: HackerNews Clone
22
type: examples
3-
order: 10
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.

source/examples/image-slider.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

source/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 0
55

66
> Dead simple Markdown editor.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/wy2qf6yx/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/oe7axeab/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/modal.md

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

66
> Features used: component, prop passing, content insertion, transitions.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/bfzpwxo4/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/msx42stu/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/select2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
title: Custom Directive
22
type: examples
3-
order: 8
3+
order: 7
44
---
55

66
> In this example we are integrating a 3rd party jQuery plugin (select2) by wrapping it inside a custom directive.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/zuc27nw9/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/157m67zu/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/svg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 5
55

66
> This example showcases a combination of custom component, computed property, two-way binding and SVG support.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/bbt0f3nz/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/tfpcsxgf/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: 9
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).

source/examples/tree-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ order: 4
55

66
> Example of a simple tree view implementation showcasing recursive usage of components.
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/oebm9sm8/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/u4n1m04q/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ gz_size: "23.55"
1414
Simply download and include with a script tag. `Vue` will be registered as a global variable.
1515

1616
<div id="downloads">
17-
<a class="button" href="https://raw.github.com/yyx990803/vue/{{vue_version}}/dist/vue.js" download>Development Version</a><span class="light info">{{dev_size}}kb, plenty of comments and debug/warning messages.</span>
17+
<a class="button" href="https://raw.github.com/yyx990803/vue/{{vue_version}}/dist/vue.js" download>Development Version</a><span class="light info">With full warnings and debug mode</span>
1818

19-
<a class="button" href="https://raw.github.com/yyx990803/vue/{{vue_version}}/dist/vue.min.js" download>Production Version</a><span class="light info">{{min_size}}kb minified / {{gz_size}}kb gzipped</span>
19+
<a class="button" href="https://raw.github.com/yyx990803/vue/{{vue_version}}/dist/vue.min.js" download>Production Version</a><span class="light info">Warnings stripped, {{gz_size}}kb min+gzip</span>
2020
</div>
2121

2222
### CDN

0 commit comments

Comments
 (0)