Handle title on component activation.

Closes #294
This commit is contained in:
FireMasterK
2021-07-21 16:29:53 +05:30
parent e4b24043ee
commit 24e58722c9
8 changed files with 29 additions and 10 deletions

View File

@@ -71,6 +71,7 @@ export default {
},
activated() {
if (!this.authenticated) this.$router.push("/login");
document.title = "Import - Piped";
},
methods: {
fileChange() {