????

Your IP : 3.137.145.254


Current Path : /lib/python3.6/site-packages/glances/outputs/static/js/
Upload File :
Current File : //lib/python3.6/site-packages/glances/outputs/static/js/store.js

import { reactive } from 'vue';

export const store = reactive({
    args: undefined,
    config: undefined,
    data: undefined,
    status: 'IDLE'
});