chore: lint

This commit is contained in:
liyasthomas
2021-08-11 10:27:36 +05:30
parent da3f55c910
commit 384e4ce43e
9 changed files with 17 additions and 27 deletions

View File

@@ -4,11 +4,11 @@
<Pane class="hide-scrollbar !overflow-auto">
<Splitpanes :dbl-click-splitter="false" horizontal>
<Pane class="hide-scrollbar !overflow-auto">
<GraphqlURLBar :conn="gqlConn" />
<GraphqlContentArea :conn="gqlConn" />
<GraphqlRequest :conn="gqlConn" />
<GraphqlRequestOptions :conn="gqlConn" />
</Pane>
<Pane class="hide-scrollbar !overflow-auto">
<GraphqlResponseSection :conn="gqlConn" />
<GraphqlResponse :conn="gqlConn" />
</Pane>
</Splitpanes>
</Pane>
@@ -65,14 +65,3 @@ export default defineComponent({
},
})
</script>
<style lang="scss" scoped>
.shortcut-key {
@apply bg-dividerLight;
@apply rounded;
@apply ml-2;
@apply py-1;
@apply px-2;
@apply inline-flex;
}
</style>