async created () { await setTimeout(()=>{ console.log(1) },5000); }, async mounted () { console.log(2) }
在vue中给created使用async await,还是会先输出2,而不是等1输出完?
回首忆惘然
相关分类