diff --git a/src/App.vue b/src/App.vue index f25550e..da1d208 100644 --- a/src/App.vue +++ b/src/App.vue @@ -110,13 +110,40 @@ export default { const { href } = this.$router.resolve(params) window.open(href, '_blank') } - } }