Your IP : 10.1.73.149


Current Path : /proc/thread-self/root/usr/lib/python3.9/site-packages/glances/outputs/static/js/
Upload File :
Current File : //proc/thread-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'
});