mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-30 16:59:31 -05:00
fix(ui): translate link
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
|
||||
onTranslateClick () {
|
||||
const win = window.open(
|
||||
'https://cli.vuejs.org/dev-guide/ui-plugin-dev.html#localization',
|
||||
'https://cli.vuejs.org/dev-guide/ui-localization.html',
|
||||
'_blank'
|
||||
)
|
||||
win.focus()
|
||||
|
||||
Reference in New Issue
Block a user