updated core-js

This commit is contained in:
2022-11-06 00:16:29 +01:00
parent e33614862e
commit befc14d894
27 changed files with 4504 additions and 7635 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({