add vuex-persist
This commit is contained in:
19
store/state.js
Normal file
19
store/state.js
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
request: {
|
||||
method: 'GET',
|
||||
url: 'https://reqres.in',
|
||||
path: '/api/users',
|
||||
label: '',
|
||||
auth: 'None',
|
||||
httpUser: '',
|
||||
httpPassword: '',
|
||||
bearerToken: '',
|
||||
headers: [],
|
||||
params: [],
|
||||
bodyParams: [],
|
||||
rawParams: '',
|
||||
rawInput: false,
|
||||
requestType: '',
|
||||
contentType: '',
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user