Skip to content

Commit 4af3ec5

Browse files
committed
version
1 parent 59a51b3 commit 4af3ec5

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

source/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ order: 1
1111

1212
Simply download and include with a script tag. `Vue` will be registered as a global variable.
1313

14-
- <a style="font-size:1.25em" href="https://raw.github.com/yyx990803/vue/v0.8.0/dist/vue.js" download>Development Version</a> <br> - 87.75kb, plenty of comments
14+
- <a style="font-size:1.25em" href="https://raw.github.com/yyx990803/vue/master/dist/vue.js" download>Development Version</a> <br> - 87.74kb, plenty of comments
1515

16-
- <a style="font-size:1.25em" href="https://raw.github.com/yyx990803/vue/v0.8.0/dist/vue.min.js" download>Production Version</a> <br> - 30.81kb minified / 10.57kb minified + gzipped
16+
- <a style="font-size:1.25em" href="https://raw.github.com/yyx990803/vue/master/dist/vue.min.js" download>Production Version</a> <br> - 30.80kb minified / 10.56kb minified + gzipped
1717

1818
## Component
1919

themes/vue/_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
google_analytics: UA-46852172-1
22
root_domain: vuejs.org
3-
twitter:
4-
github:
3+
vue_version: 0.8.1

themes/vue/layout/partials/landing.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<p class="sub">MVVM Made Simple</p>
1212
<p class="desc">Vue.js is a library for building interactive web interfaces. <br>It provides efficient MVVM data bindings with a simple and flexible API.</p>
1313
<p class="buttons">
14-
<a href="/guide/installation.html" class="button">Get Vue.js v0.8.0</a>
14+
<a href="/guide/installation.html" class="button">Get Vue.js v<%- theme.vue_version %></a>
1515
<a href="https://github.com/yyx990803/vue" target="_blank" class="button">Source on GitHub</a>
1616
</p>
1717
<ul id="social">

0 commit comments

Comments
 (0)