updated core-js
This commit is contained in:
@@ -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()
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Footer",
|
||||
name: "CompFooter",
|
||||
setup() {
|
||||
const version = process.env.VUE_APP_VERSION
|
||||
return {version}
|
||||
@@ -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({
|
||||
Reference in New Issue
Block a user