Skip to content

Commit 1c1f1ef

Browse files
chore: fix typo (#6964)
1 parent a2b6409 commit 1c1f1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/components/content/TerminalView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export default {
231231
},
232232
233233
handleLink (event, uri) {
234-
console.log('aaa')
234+
console.log('linkTo', uri);
235235
if (this.openLinks) {
236236
window.open(uri, '_blank')
237237
}

0 commit comments

Comments
 (0)