Lines Matching +full:webui +full:- +full:vue
3 import { setupCache, buildWebStorage } from 'axios-cache-interceptor';
11 Axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
25 storage: buildWebStorage(localStorage, 'webui-vue-cache:'),
35 // Commit logout to remove XSRF-TOKEN cookie
43 router.push('/change-password');
76 axiosInstance.defaults.headers.common['X-Auth-Token'] = token;
102 * Ignore versions (.<X>.<Y>) --or-- (.<X>.<Y>.<Z>.),
104 * @param {object} data - AxiosResponse.data
105 * @param { {MessageKey: string}} key - key into the message registry
106 * @param { {MessageRegistryPrefix: string}} [registry=Base] - the name of the
117 return words[words.length - 1] === key && words[0] === registry;