updated deps
Some checks failed
CSGOWTF/csgowtf/pipeline/head There was a failure building this commit

This commit is contained in:
2022-11-11 14:11:19 +01:00
parent e33614862e
commit 7605e46a7c
24 changed files with 3541 additions and 6174 deletions

View File

@@ -19,7 +19,7 @@ import {onMounted, reactive} from "vue";
import {GetWeaponDmg} from "@/utils";
export default {
name: "Details",
name: "CompDetails",
components: {MultiKillsChart},
setup() {
const store = useStore()

View File

@@ -23,7 +23,7 @@
<script>
export default {
name: "Footer",
name: "CompFooter",
setup() {
const version = process.env.VUE_APP_VERSION
return {version}

View File

@@ -52,7 +52,7 @@ import {closeNav, GetUser, GoToPlayer} from '@/utils'
import {StatusCodes as STATUS} from "http-status-codes";
export default {
name: 'Nav',
name: 'CompNav',
setup() {
const store = useStore()
const data = reactive({