even more refactoring

This commit is contained in:
cnachtigall1991
2021-10-15 04:55:46 +02:00
parent f536a0527f
commit b1a9448eb6
6 changed files with 70 additions and 66 deletions

View File

@@ -41,13 +41,13 @@
</template>
<script>
import {GoToPlayer, SaveLastVisitedToLocalStorage} from "../utils";
import {GoToPlayer, SaveLastVisitedToLocalStorage, setTitle} from "../utils";
import {onBeforeMount, ref} from "vue";
export default {
name: 'Home',
setup() {
document.title = 'Home | csgoWTF'
setTitle('Home')
const recentVisited = ref([])