diff --git a/components/presentation-url.vue b/components/presentation-url.vue index 3c1e6cf..280dac0 100644 --- a/components/presentation-url.vue +++ b/components/presentation-url.vue @@ -3,7 +3,8 @@ export default { data: () => { return { - href: window.location.host + window.location.pathname + href: window.location.origin + window.location.pathname, + url: window.location.host + window.location.pathname }; }, } @@ -13,5 +14,5 @@ export default {