File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -53,18 +53,16 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
53
53
``` diff
54
54
"dependencies": {
55
55
- "vue": "^2.6.12",
56
- + "vue": "^3.1.0-0 ",
57
- + "@vue/compat": "^3.1.0-0 "
56
+ + "vue": "^3.1.0",
57
+ + "@vue/compat": "^3.1.0"
58
58
...
59
59
},
60
60
"devDependencies": {
61
61
- "vue-template-compiler": "^2.6.12"
62
- + "@vue/compiler-sfc": "^3.1.0-0 "
62
+ + "@vue/compiler-sfc": "^3.1.0"
63
63
}
64
64
```
65
65
66
- > Note: the -0 at the end of the version is to account for pre-releases.
67
-
68
66
[ Example commit] ( https://github.com/vuejs/vue-hackernews-2.0/commit/14f6f1879b43f8610add60342661bf915f5c4b20 )
69
67
70
68
3 . In the build setup, alias ` vue ` to ` @vue/compat ` and enable compat mode via Vue compiler options.
You can’t perform that action at this time.
0 commit comments