Vue Cards Practice Exam
Question 1 of 50
watch()
v-enter-from
v-enter-active
v-enter-to
v-leave-from
v-leave-active
v-leave-to
<script setup>
app.component('MyName', MyComponent)
toRefs()
modelModifiers
emits
reactive()
.value
defineProps()
v-slot="{ item, index }"
#default="{ item, index }"
v-show
v-if
app.directive('focus', { mounted(el) { el.focus(); } })
PropType
watchEffect()
shallowRef
.prop
v-bind
v-model.capitalize
getCurrentInstance()
onRenderTracked
onRenderTriggered
triggerRef()
shallowReactive
ref()
v-for
router.afterEach
KeepAlive
defineComponent()
nextTick()
Teleport
computed()
defineExpose()
router.beforeResolve
Vue.compile()
<Suspense>
mode="out-in"
<Transition>
defineEmits()
Question navigator