第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

vue中 鉤子函數(shù)如何使用async?

vue中 鉤子函數(shù)如何使用async?

FFIVE 2018-07-21 22:29:54
  async created () {    await setTimeout(()=>{      console.log(1)     },5000);   },  async mounted () {    console.log(2)   }在vue中給created使用async await,還是會(huì)先輸出2,而不是等1輸出完?
查看完整描述

2 回答

?
回首憶惘然

TA貢獻(xiàn)1847條經(jīng)驗(yàn) 獲得超11個(gè)贊

可以變相達(dá)到這個(gè)目的

  async created () {    this.create_promise = new Promise(resolve=>this.create_promise_resolve=resolve);
    setTimeout(()=>{        console.log(1);        this.create_promise_resolve();
    },1000)
  },  async mounted () {    await this.create_promise;    console.log(2)
  }


查看完整回答
反對(duì) 回復(fù) 2018-07-28
  • 2 回答
  • 0 關(guān)注
  • 4762 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)