Skip to content
Snippets Groups Projects

Topic/1297-maintenance banner

All threads resolved!
Files
5
+ 0
15
const namespaced = true;
const state = {
isSidebarVisible: '1',
isBannerInvisisble: '0',
};
const mutations = {
};
export default {
namespaced,
state,
mutations,
};
Loading