On clicking use button from history, view will scroll to request section, moved history section below response section

This commit is contained in:
Liyas Thomas
2019-08-23 10:49:35 +05:30
parent 8f03f709fb
commit 5c9b8addf3
2 changed files with 35 additions and 32 deletions

View File

@@ -87,6 +87,9 @@ const app = new Vue({
this.method = method
this.url = url
this.path = path
this.$refs.request.scrollIntoView({
behavior: 'smooth'
})
},
collapse({
target