Closed tolking closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
element-plus-nuxt-starter | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Jan 17, 2023 at 2:54AM (UTC) |
fix #50, close #47, close #32
close #36, close #27, close #23
About teleport component in Vue
There may be some SSR problems with teleport, so you should pay attention to the following precautions.
teleported
attribute in all components based on ElTooltip should be consistent, it is recommended to use the default value.append-to-body
attribute value of ElDialog and ElDrawer should be consistent, it is recommended to enable theappend-to-body
.popper-append-to-body
Or you can use
<client-only></client-only>
as before.