From 0cca61ddd7fca0f43e988aa52bb581df5bc10397 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 16 Jul 2017 02:40:11 +0530 Subject: [PATCH] update vuejs version to 2.4 --- src/changelog.html | 1 + src/library-list.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changelog.html b/src/changelog.html index 545e8a1..c9ece1d 100644 --- a/src/changelog.html +++ b/src/changelog.html @@ -18,6 +18,7 @@
  • Bugfix - Add Babel Polyfill to enable use of next-gen built-ins like Promise or WeakMap.
  • +
  • Vue.js version updated to 2.4.0 in popular library list.
  • Downloads permission is optional. Asked only when you take screenshot.
  • 🚀 Announcement: Web Maker has a chat lobby on Gitter now - incase you need any help or just want to say Hi!
  • diff --git a/src/library-list.js b/src/library-list.js index 05678a0..177433c 100644 --- a/src/library-list.js +++ b/src/library-list.js @@ -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' },