diff --git a/components/details/Details.vue b/components/details/Details.vue new file mode 100644 index 0000000..b2b840a --- /dev/null +++ b/components/details/Details.vue @@ -0,0 +1,50 @@ + + + diff --git a/composables/constants.ts b/composables/constants.ts new file mode 100644 index 0000000..8950676 --- /dev/null +++ b/composables/constants.ts @@ -0,0 +1,7 @@ +export const ServerRouteTabIcons: Record = { + headers: 'i-carbon-html-reference', + cookies: 'i-carbon-cookie', + params: 'i-carbon-text-selection', + query: 'i-carbon-help', + body: 'i-carbon-document', +} diff --git a/pages/index.vue b/pages/index.vue index a7d1abc..7cc526f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -44,5 +44,8 @@ const methodOptions = ['GET', 'POST', 'PUT', 'DELETE', 'PATCH', 'HEAD', 'OPTIONS +
+
+