feat: better route determination - fixed #1732
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<AppSection ref="request" :label="$t('request')">
|
||||
<AppSection label="request">
|
||||
<ul>
|
||||
<li>
|
||||
<label for="websocket-url">{{ $t("url") }}</label>
|
||||
@@ -112,7 +112,7 @@
|
||||
</ul>
|
||||
</AppSection>
|
||||
|
||||
<AppSection id="response" ref="response" :label="$t('communication')">
|
||||
<AppSection label="response">
|
||||
<ul>
|
||||
<li>
|
||||
<RealtimeLog :title="$t('log')" :log="communication.log" />
|
||||
|
||||
Reference in New Issue
Block a user