diff --git a/src/web/app/common/tags/url.tag b/src/web/app/common/tags/url.tag
deleted file mode 100644
index 2690afc5d..000000000
--- a/src/web/app/common/tags/url.tag
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
- { schema }//
- { hostname }
- :{ port }
- { pathname }
- { query }
- { hash }
- %fa:external-link-square-alt%
-
-
-
-
diff --git a/src/web/app/common/tags/url.vue b/src/web/app/common/tags/url.vue
new file mode 100644
index 000000000..fdc8a1cb2
--- /dev/null
+++ b/src/web/app/common/tags/url.vue
@@ -0,0 +1,63 @@
+
+
+ {{ schema }}//
+ {{ hostname }}
+ :{{ port }}
+ {{ pathname }}
+ {{ query }}
+ {{ hash }}
+ %fa:external-link-square-alt%
+
+
+
+
+
+