changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user