vuex store가 있는데, component 의 local data 제외하고 Vue js instance 자체의 data가 필요한 이유가 있을까?

flux 방식 디자인이면 Vue js instance의 data는 필요 없다고 봐도 되는거야? component 의 local scope 와 vuex의 store state로 2분해서 디자인하면됨?


instance에 data 기술이 필요한 이유는 뭐라고볼수있어?