To wait for the DOM update to complete after a state change, you can use the nextTick() global API: js import { nextTick } from 'vue' async function ...
確定! 回上一頁