We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef51cf5 commit 266f10fCopy full SHA for 266f10f
frontend/src/views/test/ParameterDetail.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div>
3
- <p>Root:</p>
+ <p>(test)Root:</p>
4
<ul v-if="rootDetails">
5
<li v-for="link in rootDetails.links" :key="link.href">
6
<strong>{{ link.rel }}:</strong> {{ link.method }} - {{ link.href }}
0 commit comments