File tree Expand file tree Collapse file tree 5 files changed +454
-302
lines changed Expand file tree Collapse file tree 5 files changed +454
-302
lines changed Original file line number Diff line number Diff line change 2
2
title : Installation
3
3
type : guide
4
4
order : 1
5
- vue_version : 2.5.13
6
- gz_size : " 30.67 "
5
+ vue_version : 2.5.16
6
+ gz_size : " 30.90 "
7
7
---
8
8
9
9
### Compatibility Note
@@ -37,7 +37,7 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
37
37
We recommend linking to a specific version number that you can update manually:
38
38
39
39
``` html
40
- <script src =" https://cdn.jsdelivr.net/npm/vue@2.5.13 /dist/vue.js" ></script >
40
+ <script src =" https://cdn.jsdelivr.net/npm/vue@2.5.16 /dist/vue.js" ></script >
41
41
```
42
42
43
43
You can browse the source of the NPM package at [ cdn.jsdelivr.net/npm/vue] ( https://cdn.jsdelivr.net/npm/vue/ ) .
Original file line number Diff line number Diff line change 1
1
site_description : " Vue.js - The Progressive JavaScript Framework"
2
2
google_analytics : UA-46852172-1
3
3
root_domain : vuejs.org
4
- vue_version : 2.5.13
4
+ vue_version : 2.5.16
5
5
6
6
special_sponsors :
7
7
- url : https://stdlib.com
Original file line number Diff line number Diff line change 58
58
59
59
<!-- this needs to be loaded before guide's inline scripts -->
60
60
<script src =" <%- url_for(" /js /vue.js " ) %>" ></script >
61
- <script >window .PAGE_TYPE = " <%- page.type %>" </script >
61
+ <script >
62
+ Vue .config .productionTip = false
63
+ window .PAGE_TYPE = " <%- page.type %>"
64
+ </script >
62
65
63
66
<!-- ga -->
64
67
<script >
You can’t perform that action at this time.
0 commit comments