You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/guide/installation.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,11 @@ gz_size: 14.29
13
13
14
14
Simply download and include with a script tag. `Vue` will be registered as a global variable.
15
15
16
-
<aclass="button"href="https://raw.github.com/yyx990803/vue/v{{vue_version}}/dist/vue.js"download>Development Version</a><br><spanclass="light">{{dev_size}}kb, plenty of comments and debug/warning messages.</span>
16
+
<divid="downloads">
17
+
<aclass="button"href="https://raw.github.com/yyx990803/vue/v{{vue_version}}/dist/vue.js"download>Development Version</a><spanclass="light info">{{dev_size}}kb, plenty of comments and debug/warning messages.</span>
Also available on [cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.min.js) (takes some time to sync so the latest version might not be available yet).
0 commit comments