Skip to content

Commit 118a032

Browse files
DiegoRBaquerochrisvfritz
authored andcommitted
Use latest version on jsDelivr (#768)
jsDelivr supports latest tag, it's not updated as instantly as unpkg but should do the trick.
1 parent 3f15d16 commit 118a032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
3333

3434
Recommended: [unpkg](https://unpkg.com/vue/dist/vue.js), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at [unpkg.com/vue/](https://unpkg.com/vue/).
3535

36-
Also available on [jsDelivr](//cdn.jsdelivr.net/vue/{{vue_version}}/vue.js) or [cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js), but these two services take some time to sync so the latest release may not be available yet.
36+
Also available on [jsDelivr](//cdn.jsdelivr.net/vue/latest/vue.js) or [cdnjs](//cdnjs.cloudflare.com/ajax/libs/vue/{{vue_version}}/vue.js), but these two services take some time to sync so the latest release may not be available yet.
3737

3838
## NPM
3939

0 commit comments

Comments
 (0)