Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 651190b

Browse files
committed
Site updated: 2016-10-01 02:29:24
1 parent ded8c28 commit 651190b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+215
-251
lines changed

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rc.vuejs.org
1+
vuejs.org

api/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
API
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">

examples/commits.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">
@@ -218,7 +217,7 @@ <h1>GitHub Commits Example</h1>
218217
<blockquote>
219218
<p>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.</p>
220219
</blockquote>
221-
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/cLvadprL/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
220+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/c5g8xnar/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
222221

223222

224223
<div class="footer">

examples/elastic-header.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">
@@ -215,7 +214,7 @@ <h2>
215214
</div>
216215

217216
<h1>Elastic Header Example</h1>
218-
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/5hfsajjr/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
217+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/y91wy85p/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
219218

220219

221220
<div class="footer">

examples/firebase.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">
@@ -218,7 +217,7 @@ <h1>Firebase + Validation Example</h1>
218217
<blockquote>
219218
<p>This example uses <a href="https://www.firebase.com/" target="_blank" rel="external">Firebase</a> 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.</p>
220219
</blockquote>
221-
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/7vLv44kh/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
220+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/hkrxmp0h/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
222221

223222

224223
<div class="footer">

examples/grid-component.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">
@@ -218,7 +217,7 @@ <h1>Grid Component Example</h1>
218217
<blockquote>
219218
<p>This is an example of creating a reusable grid component and using it with external data.</p>
220219
</blockquote>
221-
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/23qze30k/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
220+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/xkkbfL3L/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
222221

223222

224223
<div class="footer">

examples/hackernews.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">

examples/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">
@@ -218,7 +217,7 @@ <h1>Markdown Editor Example</h1>
218217
<blockquote>
219218
<p>Dead simple Markdown editor.</p>
220219
</blockquote>
221-
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/v368d4g3/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
220+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/pq22eoj5/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
222221

223222

224223
<div class="footer">

examples/modal.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">
@@ -218,7 +217,7 @@ <h1>Modal Component Example</h1>
218217
<blockquote>
219218
<p>Features used: component, prop passing, content insertion, transitions.</p>
220219
</blockquote>
221-
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/70yyx8z2/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
220+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/mwLbw11k/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
222221

223222

224223
<div class="footer">

examples/select2.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,10 @@
9696
<h2>
9797
Examples
9898
<select class="version-select">
99-
<option value="rc" selected>2.0</option>
100-
<!-- !!TODO: Update value to subdomain when 2.0 is released -->
101-
<option value="">1.0</option>
102-
<option>0.12</option>
103-
<option>0.11</option>
99+
<option value="SELF" selected>2.0</option>
100+
<option value="v1">1.0</option>
101+
<option value="012">0.12</option>
102+
<option value="011">0.11</option>
104103
</select>
105104
</h2>
106105
<ul class="menu-root">
@@ -218,7 +217,7 @@ <h1>Wrapper Component Example</h1>
218217
<blockquote>
219218
<p>In this example we are integrating a 3rd party jQuery plugin (select2) by wrapping it inside a custom component.</p>
220219
</blockquote>
221-
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/j17w6kjh/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
220+
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/fruqrvdL/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
222221

223222

224223
<div class="footer">

0 commit comments

Comments
 (0)