Commit 6043118
authored
Fix missing dependency bumps (#987)
* switch hello-world tag to PascalCase (#951)
* fix Es6 code issue.
This file is not transpiled, so we should stick to ES5
* Fix bug in dev-server when a proxyTable entry is a string (#965)
`options` can not be a `const` because it is modified if value is a string.
* Fix casing
* Revert 9befbfc
* update to vue and vue-router latest version (#984)
- vue 2.5
- vue-router 3.0
* fix missing dependency updates for
* vue-template compiler
* vue-loader
* bump version string1 parent a355ee8 commit 6043118
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments