Files
hoppscotch/packages/hoppscotch-app/components/http/Parameters.vue
2022-08-03 14:54:10 -07:00

10 lines
132 B
Vue

<template>
<div>
<HttpQueryParams />
<br />
<HttpVariables />
</div>
</template>
<script setup lang="ts"></script>