Skip to content

Commit

Permalink
chore: fix typo (#6964)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarknessChaser committed Feb 7, 2022
1 parent a2b6409 commit 1c1f1ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -231,7 +231,7 @@ export default {
},
handleLink (event, uri) {
console.log('aaa')
console.log('linkTo', uri);
if (this.openLinks) {
window.open(uri, '_blank')
}
Expand Down

0 comments on commit 1c1f1ef

Please sign in to comment.