Tweak
This commit is contained in:
parent
979290c71c
commit
9d2ec9a955
@ -225,7 +225,7 @@ export default {
|
||||
methods: {
|
||||
async fetchData() {
|
||||
const { data = {} } = await this.$http.get(`/skinlib/info/${this.tid}`)
|
||||
Object.assign(this, data)
|
||||
Object.assign(this.$data, data)
|
||||
this.uploadAt = data.upload_at
|
||||
},
|
||||
async addToCloset() {
|
||||
|
Loading…
Reference in New Issue
Block a user