Skip to content

Commit 8e08656

Browse files
committed
chore: update vue version
1 parent c2be312 commit 8e08656

File tree

5 files changed

+454
-302
lines changed

5 files changed

+454
-302
lines changed

src/v2/guide/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Installation
33
type: guide
44
order: 1
5-
vue_version: 2.5.13
6-
gz_size: "30.67"
5+
vue_version: 2.5.16
6+
gz_size: "30.90"
77
---
88

99
### Compatibility Note
@@ -37,7 +37,7 @@ Simply download and include with a script tag. `Vue` will be registered as a glo
3737
We recommend linking to a specific version number that you can update manually:
3838

3939
``` html
40-
<script src="https://cdn.jsdelivr.net/npm/[email protected].13/dist/vue.js"></script>
40+
<script src="https://cdn.jsdelivr.net/npm/[email protected].16/dist/vue.js"></script>
4141
```
4242

4343
You can browse the source of the NPM package at [cdn.jsdelivr.net/npm/vue](https://cdn.jsdelivr.net/npm/vue/).

themes/vue/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_description: "Vue.js - The Progressive JavaScript Framework"
22
google_analytics: UA-46852172-1
33
root_domain: vuejs.org
4-
vue_version: 2.5.13
4+
vue_version: 2.5.16
55

66
special_sponsors:
77
- url: https://stdlib.com

themes/vue/layout/layout.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@
5858

5959
<!-- this needs to be loaded before guide's inline scripts -->
6060
<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>
6265

6366
<!-- ga -->
6467
<script>

0 commit comments

Comments
 (0)