1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-14 10:36:19 +02:00

update vuejs version to 2.4

This commit is contained in:
Kushagra Gour
2017-07-16 02:40:11 +05:30
parent 66613f0abc
commit 0cca61ddd7
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
<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>

View File

@ -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'
},