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 the Vue in the Server, I need 'computed' to calucate something, Howerver , I got error in the function defined in 'computed' in some special(rarely) case, so we have no returns in this function. i think it throw the error in vue, just end and throw error is ok, but finaly, it cause memory leak.
maybe in the function defined in 'computed', i should guarantee absolutely correct?
The text was updated successfully, but these errors were encountered:
using the Vue in the Server, I need 'computed' to calucate something, Howerver , I got error in the function defined in 'computed' in some special(rarely) case, so we have no returns in this function. i think it throw the error in vue, just end and throw error is ok, but finaly, it cause memory leak.
maybe in the function defined in 'computed', i should guarantee absolutely correct?
The text was updated successfully, but these errors were encountered: