Conditional Rendering — Vue

v-if / v-else const isLoggedIn = ref(true) ---template--- Selamat datang! Silakan login. v-else-if const score = ref(85) ---template--- A B C D v-show const vis