vue-chat
vue-chat copied to clipboard
Upgraded the project to Vue2
Check each commit for detailed changes.
The original repo fails to serve as a Vue example project for beginners anymore as it's using Vue 1 that are outdated, as well as many other packages. And this PR is aimed to upgrade this project to the most up-to-date state, which includes upgrading outdated packages and fixing incompatible codes that package upgrading brings.
Following are changes other than simple package upgrade:
- Re-indented all files
- Renamed text.vue to text-input.vue
- Using debounce func from lodash now