feat: render app shell with ssr to improve loading experience (#448)
This commit is contained in:
parent
b545efeacc
commit
9395b7031e
35 changed files with 169 additions and 127 deletions
|
@ -137,7 +137,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<SafeTeleport to="#teleport-end" @transitionend="trapFocusDialog">
|
||||
<Teleport to="body" @transitionend="trapFocusDialog">
|
||||
<!-- Dialog component -->
|
||||
<Transition name="dialog-visible">
|
||||
<div
|
||||
|
@ -173,7 +173,7 @@ export default {
|
|||
</div>
|
||||
</div>
|
||||
</Transition>
|
||||
</SafeTeleport>
|
||||
</Teleport>
|
||||
</template>
|
||||
|
||||
<style lang="postcss" scoped>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue