ui_migration bugfix(vue) reverted changes on v-if and reactive function calling from wot store incorrectly added brackets and ? to access as dict

This commit is contained in:
Antonio Anaya 2026-04-30 01:43:57 -06:00
parent 0b99d0b9b6
commit e59e99b2f3
2 changed files with 4 additions and 12 deletions

View file

@ -1,6 +1,7 @@
<template>
<div
v-if="!(requireConnection && !ready) && currentTab === tabID"
v-if="!(requireConnection && !ready)"
:hidden="currentTab != tabID"
class="uk-width-expand uk-height-1-1"
>
<slot></slot>