Skip to content

Commit 709c072

Browse files
committed
[skip ci] fix(generator): incorrect url for router history mode
1 parent 8dcc52e commit 709c072

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
@@ -53,7 +53,7 @@ module.exports = (api, options = {}) => {
5353
if (api.hasPlugin('router')) {
5454
console.log('\n')
5555
require('@vue/cli-shared-utils/lib/logger').warn(
56-
'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 http://shorturl.at/lsBEH.'
56+
'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.'
5757
)
5858
}
5959
}

0 commit comments

Comments
 (0)