1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-14 02:26:20 +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

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