Skip to content

Commit fb25160

Browse files
committed
fix(generator): router warning url not clickable
1 parent 9e972a1 commit fb25160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = (api, options = {}) => {
5252
if (api.hasPlugin('router')) {
5353
console.log('\n')
5454
require('@vue/cli-shared-utils/lib/logger').warn(
55-
'It is detected that you are using Vue Router. If you are using history mode, you must push the default route when the root component is loaded. Learn more at https://goo.gl/GM1xZG.'
55+
'It is detected that you are using Vue Router. If you are using history mode, you must push the default route when the root component is loaded. Learn more at https://goo.gl/GM1xZG .'
5656
)
5757
}
5858
}

0 commit comments

Comments
 (0)