This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
fix: computed property write operation warning on just page component #802
Labels
bug
Something isn't working
π The bug
I got this warning on just page component.
π οΈ To reproduce
Steps to reproduce the behavior:
If define a computed property like this (array manipulate: map, find, filter etc):
If not return in the setup() function, then not show the warning message....
βΉοΈ Additional context
In the options API, that working fine.
The text was updated successfully, but these errors were encountered: