diff --git a/src/components/pages/ConnectViaHttpPage.vue b/src/components/pages/ConnectViaHttpPage.vue index 88366ab..19ae4cd 100644 --- a/src/components/pages/ConnectViaHttpPage.vue +++ b/src/components/pages/ConnectViaHttpPage.vue @@ -19,9 +19,15 @@ + +
This Device
+
+
{{ thisDeviceAddress }}
+
+
Connection History
-
+
{{ address }}
@@ -157,5 +163,10 @@ export default { }, }, + computed: { + thisDeviceAddress() { + return window.location.origin; + }, + }, }