Merge branch 'feature/hotfix' into 'master'
Feature/hotfix See merge request !94
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -31,7 +31,7 @@ export default { | @@ -31,7 +31,7 @@ export default { | ||
31 | }, | 31 | }, |
32 | mounted() { | 32 | mounted() { |
33 | window.blkDocument = { | 33 | window.blkDocument = { |
34 | - goNewPage({url}) { | 34 | + goNewPage:({url}) => { |
35 | const $appLink = document.querySelector('#yoho-app-link'); | 35 | const $appLink = document.querySelector('#yoho-app-link'); |
36 | 36 | ||
37 | $appLink.href = url; | 37 | $appLink.href = url; |
-
Please register or login to post a comment