Secondary development (undocumented and unaccompanied) sees a string of
types.SET_ACTIVE_TAB
I found it in the reference file mutation_types.js
. The result is
export default {
SET_ACTIVE_TAB: "SET_ACTIVE_TAB",
};
I"d like to ask you guys why the type.SET_ACTIVE_TAB
in the front part of this function-like format should be enclosed in square brackets. What are these brackets for?