Nuxt UI Table disappears when using mutable field ref()
Hello All, I am running into an issue where nuxt ui tables disappear after receiving data.
I have been pulling my hair out trying to figure out why, there is no error, or warnings.
Here is what I have tried so far: - Initializing a
ref()
ref()
with static data - works - Print ref value after setting the data after $fetch request - prints the mutable object and raw json when stringified [but the table disappears]