Skip to content

Commit

Permalink
update vuejs version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jul 15, 2017
1 parent 66613f0 commit 0cca61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h1>Whats new?</h1>
<li><strong>Bugfix</strong> - Add Babel Polyfill to enable use of next-gen
built-ins like Promise or WeakMap.
</li>
<li>Vue.js version updated to 2.4.0 in popular library list.</li>
<li>Downloads permission is optional. Asked only when you take screenshot.</li>

<li><strong>🚀 Announcement</strong>: Web Maker has a <a href="https://gitter.im/web-maker-app/Lobby" target="_blank">chat lobby on Gitter</a> now - incase you need any help or just want to say Hi!</li>
Expand Down
2 changes: 1 addition & 1 deletion src/library-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ window.jsLibs = [
type: 'js'
},
{
url: 'https://unpkg.com/vue@2.3.3/dist/vue.min.js',
url: 'https://unpkg.com/vue@2.4.0/dist/vue.min.js',
label: 'Vue.js',
type: 'js'
},
Expand Down

0 comments on commit 0cca61d

Please sign in to comment.