refactoring part 1

This commit is contained in:
Peter Papp
2021-08-23 09:32:21 +02:00
parent a926545146
commit cc0436b8f3
8 changed files with 54 additions and 59 deletions
+3 -1
View File
@@ -108,7 +108,9 @@ export default {
})
},
mounted() {
this.$checkOS()
if (this.$isWIndows()) {
document.body.classList.add('windows')
}
}
}
</script>