This commit is contained in:
Son NK
2022-05-20 10:42:12 +02:00
parent cd132e4841
commit 115104d2bf
+6 -3
View File
@@ -60,8 +60,11 @@
Logout
</button>
<div class="font-weight-light" style="position: fixed; bottom: 0; right: 2px; font-size: 0.8rem">
Version: {{extension_version}}
<div
class="font-weight-light"
style="position: fixed; bottom: 0; right: 2px; font-size: 0.8rem;"
>
Version: {{ extension_version }}
</div>
</div>
</div>
@@ -80,7 +83,7 @@ export default {
showSLButton: false,
positionSLButton: "right-inside",
reportURISLButton: "",
extension_version: ""
extension_version: "",
};
},
async mounted() {