You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a basic example like const code = ref() as the v-model value, if elsewhere in my component I set code.value = '' i'm not seeing the editor code reset. However if I set code.value = 'test' it works as expected. Any idea why this is happening?
The text was updated successfully, but these errors were encountered:
Using a basic example like
const code = ref()
as the v-model value, if elsewhere in my component I setcode.value = ''
i'm not seeing the editor code reset. However if I setcode.value = 'test'
it works as expected. Any idea why this is happening?The text was updated successfully, but these errors were encountered: