1👍
If a ref is needed then it can be re-formed from unwrapped properties. For a read-only ref it would be:
const nestedRef = computed(() => someRef.value.nestedUnwrappedRef);
- [Vuejs]-How to bind index to value attribute in vuejs
- [Vuejs]-How to export an named instance in Vue.js, stop using: var app = this
Source:stackexchange.com