改變?cè)瓕懛?/h1>
老師請(qǐng)問這樣寫是可以的嗎??
this.book.ready.then(async() => {
? ? ? ? await this.book.locations.generate();
? ? ? ? this.locations=this.book.locations
? ? ? ? this.bookAvailable=true
? ? ? })
老師請(qǐng)問這樣寫是可以的嗎??
this.book.ready.then(async() => {
? ? ? ? await this.book.locations.generate();
? ? ? ? this.locations=this.book.locations
? ? ? ? this.bookAvailable=true
? ? ? })