Updating to vuejs 2.5. Updating all components to work with vue 2.5.
- scope= becomes slot-scope=
Showing
| ... | ... | @@ -15,10 +15,10 @@ |
| "cross-env": "^5.0.1", | ||
| "eslint": "^4.8.0", | ||
| "eslint-config-airbnb-base": "^12.0.2", | ||
| "eslint-plugin-import": "^2.7.0", | ||
| "eslint-plugin-import": "^2.8.0", | ||
| "eslint-plugin-vue": "^3.13.1", | ||
| "jquery": "^3.1.1", | ||
| "laravel-mix": "^1.5.0" | ||
| "laravel-mix": "^1.5.1" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.16.2", | ||
| ... | ... | @@ -27,16 +27,16 @@ |
| "babel-preset-stage-3": "^6.24.1", | ||
| "element-ui": "^1.4.6", | ||
| "font-awesome": "^4.7.0", | ||
| "form-backend-validation": "^2.0.1", | ||
| "form-backend-validation": "^2.0.2", | ||
| "lodash": "^4.17.4", | ||
| "moment": "^2.19.1", | ||
| "vue": "~2.4.4", | ||
| "vue-template-compiler": "~2.4.4", | ||
| "vue-data-tables": "^2.0.4", | ||
| "vue": "^2.5.2", | ||
| "vue-data-tables": "^2.1.1", | ||
| "vue-events": "^3.0.1", | ||
| "vue-i18n": "^7.3.1", | ||
| "vue-i18n": "^7.3.2", | ||
| "vue-router": "^3.0.0", | ||
| "vue-shortkey": "^2.2.2", | ||
| "vue-simplemde": "^0.4.4" | ||
| "vue-simplemde": "^0.4.4", | ||
| "vue-template-compiler": "^2.5.2" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment