Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89ee513

Browse files
committed
docs: codemods are already implemented
1 parent85e14ce commit89ee513

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)

[8]ページ先頭

©2009-2025 Movatter.jp