- resolve vue component mismatch error
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -21,6 +21,7 @@ | ... | @@ -21,6 +21,7 @@ |
| "resolve-url-loader": "2.3.1", | "resolve-url-loader": "2.3.1", | ||
| "sass-loader": "7.*", | "sass-loader": "7.*", | ||
| "vue": "^2.6.10", | "vue": "^2.6.10", | ||
| "vue-template-compiler": "^2.6.10", | |||
| "webpack-rtl-plugin": "^1.8.2" | "webpack-rtl-plugin": "^1.8.2" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| ... | @@ -31,9 +32,8 @@ | ... | @@ -31,9 +32,8 @@ |
| "moment": "^2.24.0", | "moment": "^2.24.0", | ||
| "nestable2": "^1.5.0", | "nestable2": "^1.5.0", | ||
| "pluralize": "^7.0.0", | "pluralize": "^7.0.0", | ||
| "sass": "^1.17.3", | "sass": "^1.19.0", | ||
| "select2": "^4.0.4", | "select2": "^4.0.4", | ||
| "tinymce": "^4.9.4", | "tinymce": "^4.9.4" | ||
| "vue-template-compiler": "^2.6.10" | |||
| } | } | ||
| } | } |
Please register or sign in to comment