first commit
This commit is contained in:
14
金壶/appV1/common/mixin/loading.js
Normal file
14
金壶/appV1/common/mixin/loading.js
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
data(){
|
||||
return {
|
||||
beforeReady:true,
|
||||
}
|
||||
},
|
||||
onReady() {
|
||||
this.$nextTick(()=>{
|
||||
setTimeout(()=>{
|
||||
this.beforeReady = false
|
||||
},500)
|
||||
})
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user