Skip to content
Snippets Groups Projects

Product/917 maintenance functionality

5 files
+ 681
579
Compare changes
  • Side-by-side
  • Inline

Files

const namespaced = true;
const state = {
isSidebarVisible: '1',
isBannerInvisisble: '0',
};
const mutations = {
};
export default {
namespaced,
state,
mutations,
};
Loading