IT quiz
All questions
Sign in
Sign up
JavaScript
HTML
CSS
PostgreSQL
PHP
Linux
Git
Docker
SCSS
TypeScript
SQL
Vue
DNS
Go
frontend (web)
Redis
backend
Gitlab
CI/CD
Vite
webpack
Node.js
HTTP
Python
Kotlin
Nuxt
Question #136
Author:
admin
tags:
Vue
Some component uses both Options API and Composition API.
Can Options API methods and computed properties get and modify values from Composition API without loss of reactivity?
No
Only get
Yes, both get and modify
Answer
Show explanation
All exported from
setup
function values are available in Options API via
this
and can be modified.
Rate the difficulty of the question:
1
2
3
4
5
6
7
8
9
10
easy
hard
←
Previous question (Vue)
Next question (Vue)
→
Write new comment