File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ module.exports = (api) => {
60
60
} )
61
61
62
62
api . exitLog ( 'Installed vuex 4.0.' )
63
- api . exitLog ( 'Codemod not yet implemented, please follow the documentation at https://github.com/vuejs/vuex/tree/4.0' )
63
+ api . exitLog ( 'See the documentation at https://github.com/vuejs/vuex/tree/4.0' )
64
64
65
65
// Codemod TODOs:
66
66
// * Remove `Vue.use(Vuex)`
@@ -76,7 +76,7 @@ module.exports = (api) => {
76
76
} )
77
77
78
78
api . exitLog ( 'Installed vue-router 4.0.' )
79
- api . exitLog ( 'Codemod not yet implemented, please follow the documentation at https://github.com/vuejs/vue-router-next' )
79
+ api . exitLog ( 'See the documentation at https://github.com/vuejs/vue-router-next' )
80
80
81
81
// Codemod TODOs:
82
82
// * Remove `Vue.use(VueRouter)`
You can’t perform that action at this time.
0 commit comments