Import domains from url query params on load

This commit is contained in:
MattIPv4
2020-05-05 17:19:08 +01:00
parent f2c0878cda
commit 2273662feb
8 changed files with 115 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ limitations under the License.
v-for="tab in tabs"
:key="tab.key"
:data="$props.data[tab.key]"
:style="{ display: active === tab.key ? 'block' : 'none' }"
:style="{ display: active === tab.key ? undefined : 'none' }"
class="container"
></component>