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
consta='Hello world unReactivity'exportdefault{data(){return{
a,}}}
now,the 'a' is reactivity. if 'a' is a big Object,performance overhead may be big;'computed' is a light choose,but if there are many 'a',is also a lot performance overhead.
so i wish has a method to use unReactivity data.
What problem does this feature solve?
for example in render function:
here the a is not a reactivity data,but when we use template,it seems that we must make a to be a reactivity data?sometimes is not in need.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: