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:
parent
0b99d0b9b6
commit
e59e99b2f3
2 changed files with 4 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue