updated page titles
This commit is contained in:
@@ -57,11 +57,11 @@ export default {
|
|||||||
axios
|
axios
|
||||||
.get(`http://localhost:8000/match/${props.match_id}`)
|
.get(`http://localhost:8000/match/${props.match_id}`)
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
document.title = `${response.data.map} | CSGO-W.TF`
|
document.title = `${response.data.map} | csgoWTF`
|
||||||
data.matchDetails = response.data
|
data.matchDetails = response.data
|
||||||
data.stats = response.data.stats
|
data.stats = response.data.stats
|
||||||
data.score = response.data.score
|
data.score = response.data.score
|
||||||
console.log(response.data)
|
// console.log(response.data)
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
@@ -251,7 +251,7 @@ export default {
|
|||||||
}
|
}
|
||||||
SaveLastVisitedToLocalStorage(player)
|
SaveLastVisitedToLocalStorage(player)
|
||||||
|
|
||||||
document.title = `${response.data.name} | CSGO-W.TF`
|
document.title = `${response.data.name} | csgoWTF`
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
|
Reference in New Issue
Block a user