Wersja 1.0.2

This commit is contained in:
2022-11-14 14:08:39 +01:00
parent 41b3dc2fcd
commit ad0175c823
6 changed files with 58 additions and 39 deletions
+4
View File
@@ -20,6 +20,10 @@ export default defineComponent({
appVersion: packageInfo.version,
};
},
created() {
document.title = `GeneraTOR ${this.appVersion}`
}
});
</script>