Initial MVP of GitHub gist support

This commit is contained in:
Liyas Thomas
2020-12-07 14:14:02 +05:30
parent ebae9880dc
commit 3d10a8f86a
5 changed files with 76 additions and 3 deletions

View File

@@ -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) {