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
I noticed that some of the constants in action.type.js and mutations.type.js were named as the pattern of V+O (such as CHECK_AUTH,FETCH_ARTICLE), and the others as the pattern of O+V(such as TAG_ADD, TAG_REMOVE). Why? What's the difference?
The text was updated successfully, but these errors were encountered:
I noticed that some of the constants in
action.type.js
andmutations.type.js
were named as the pattern of V+O (such asCHECK_AUTH
,FETCH_ARTICLE
), and the others as the pattern of O+V(such asTAG_ADD
,TAG_REMOVE
). Why? What's the difference?The text was updated successfully, but these errors were encountered: