Initial MVP of GitHub gist support
This commit is contained in:
@@ -64,6 +64,7 @@ export const state = () => ({
|
||||
editingEnvironment: {},
|
||||
selectedRequest: {},
|
||||
editingRequest: {},
|
||||
providerInfo: {},
|
||||
})
|
||||
|
||||
export const mutations = {
|
||||
@@ -335,6 +336,10 @@ export const mutations = {
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
setProviderInfo(state, value) {
|
||||
state.providerInfo = value
|
||||
},
|
||||
}
|
||||
|
||||
function testValue(myValue) {
|
||||
|
||||
Reference in New Issue
Block a user