Skip to content

Commit c0adb30

Browse files
committed
Update Vue to Vue 2
Still some problem in Vue-Sortable sagalbot/vue-sortable#20
1 parent 7e47755 commit c0adb30

16 files changed

+192
-8197
lines changed

.idea/FBBot.iml

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const elixir = require('laravel-elixir');
22

3-
require('laravel-elixir-vue');
3+
require('laravel-elixir-vue-2');
44

55
/*
66
|--------------------------------------------------------------------------

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"bootstrap-sass": "^3.3.7",
99
"gulp": "^3.9.1",
1010
"jquery": "^3.1.0",
11-
"laravel-elixir": "^6.0.0-9",
12-
"laravel-elixir-vue": "^0.1.4",
11+
"laravel-elixir": "^6.0.0-14",
12+
"laravel-elixir-vue-2": "^0.2.0",
1313
"laravel-elixir-webpack-official": "^1.0.2",
14-
"lodash": "^4.14.0",
15-
"vue": "^1.0.26",
16-
"vue-resource": "^0.9.3"
14+
"lodash": "^4.16.2",
15+
"vue": "^2.0.1",
16+
"vue-resource": "^1.0.3"
1717
},
1818
"dependencies": {
19-
"vue-focus": "^1.0.0",
20-
"vue-sortable": "^0.1.3"
19+
"vue-focus": "^2.1.0",
20+
"vue-sortable": "[email protected]:ryanhightower/vue-sortable.git"
2121
}
2222
}

0 commit comments

Comments
 (0)