Change css class of element by using its ref (ion-row) on android

ok, that (toRaw) didn’t work

  • and proxy.value doesn’t work (returns undefined on the proxy)
  • and toRaw(proxy).value doesn’t work
  • and toRaw(proxy.value) doesn’t work
  • and toRaw(proxy).$el doesn’t work
  • and value.$el doesn’t work
    (from here )
    How to use $refs and the Vue 3 Composition API?

value might work for a string property, but not for a DOM element