Skip to content

Commit 89ee513

Browse files
committed
docs: codemods are already implemented
1 parent 85e14ce commit 89ee513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = (api) => {
6060
})
6161

6262
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')
6464

6565
// Codemod TODOs:
6666
// * Remove `Vue.use(Vuex)`
@@ -76,7 +76,7 @@ module.exports = (api) => {
7676
})
7777

7878
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')
8080

8181
// Codemod TODOs:
8282
// * Remove `Vue.use(VueRouter)`

0 commit comments

Comments
 (0)