This commit is contained in:
Viet An
2026-05-06 08:54:02 +07:00
parent f5123ee018
commit 6e10dffd22
23 changed files with 102 additions and 2733 deletions

View File

@@ -15,7 +15,7 @@
<span>{{ tab[$store.lang] }}</span>
<Icon
name="material-symbols:arrow-forward-ios-rounded"
:size="16"
:size="15"
class="has-text-grey"
/>
<span>{{ subtab[$store.lang] }}</span>
@@ -40,14 +40,17 @@
/>
</p>
</div>
<div id="header-right-slot"></div>
<div
id="header-right-slot"
:key="componentKey"
></div>
</div>
<KeepAlive>
<component
:is="componentMap[vbind.component]"
v-bind="vbind"
:key="componentKey"
v-if="componentKey"
:is="componentMap[vbind.component]"
:key="componentKey"
v-bind="vbind"
/>
</KeepAlive>
</div>