| Current Path : /proc/self/root/proc/self/root/usr/lib/python3.9/site-packages/glances/outputs/static/js/ |
| Current File : //proc/self/root/proc/self/root/usr/lib/python3.9/site-packages/glances/outputs/static/js/store.js |
import { reactive } from 'vue';
export const store = reactive({
args: undefined,
config: undefined,
data: undefined,
status: 'IDLE'
});