What is the proper way to handle TypeScript with `v-if`? <p v-if="user">{{ user.name }}</p> // TS error: user can be undefined or null.
確定! 回上一頁