feat: test results indicator in response section's tests tab

This commit is contained in:
liyasthomas
2021-10-26 13:48:09 +05:30
parent a3eafa54fa
commit e2fd104c2d
4 changed files with 24 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ export default defineComponent({
props: {
label: { type: String, default: null },
info: { type: String, default: null },
indicator: { type: Boolean, default: false },
icon: { type: String, default: null },
id: { type: String, default: null, required: true },
selected: {