fix-attempt on issue 59
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 12:53:35 +01:00
parent 3bcb2d6090
commit 6b0dceeac0
4 changed files with 8 additions and 13 deletions

View File

@@ -96,6 +96,8 @@ export default {
onBeforeMount(() => {
loadRecentVisited()
store.commit('resetPlayerDetails')
document.getElementsByTagName('main')[0].style.background = 'none'
})
return {recentVisited, GoToPlayer, removeRecentVisited}
@@ -103,7 +105,6 @@ export default {
}
</script>
<style lang="scss" scoped>
.fa {
font-size: 5rem;