port !1488 to vue3
This commit is contained in:
parent
d6bbccdd71
commit
87d420a92b
3 changed files with 7 additions and 7 deletions
|
@ -113,9 +113,9 @@
|
|||
<Checkbox :modelValue="!!expertLevel" @update:modelValue="expertLevel = Number($event)">
|
||||
{{ $t("settings.expert_mode") }}
|
||||
</Checkbox>
|
||||
<portal-target
|
||||
<span
|
||||
class="extra-content"
|
||||
name="unscrolled-content"
|
||||
id="unscrolled-content"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1018,9 +1018,9 @@
|
|||
</tab-switcher>
|
||||
</keep-alive>
|
||||
|
||||
<portal
|
||||
<teleport
|
||||
v-if="isActive"
|
||||
to="unscrolled-content"
|
||||
to="#unscrolled-content"
|
||||
>
|
||||
<div class="apply-container">
|
||||
<button
|
||||
|
@ -1037,7 +1037,7 @@
|
|||
{{ $t('settings.style.switcher.reset') }}
|
||||
</button>
|
||||
</div>
|
||||
</portal>
|
||||
</teleport>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue