mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 07:27:06 +08:00
fix(HeaderNotice.vue): change loadding to loading
This commit is contained in:
parent
816d19f7da
commit
6d43e9af42
@ -56,9 +56,10 @@ export default {
|
||||
this.loading = false
|
||||
return
|
||||
}
|
||||
this.loadding = true
|
||||
if (this.show) return
|
||||
this.loading = true
|
||||
setTimeout(() => {
|
||||
this.loadding = false
|
||||
this.loading = false
|
||||
}, 1000)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user