element-plus / element-plus-nuxt-starter

🌰 A starter example for element-plus with Nuxt 3.
https://element-plus-nuxt.vercel.app
MIT License
289 stars 82 forks source link

在nuxt3 服务器渲染Popover组件会出现多个Popover都显示同一个弹窗内容问题 而且有时候在服务器还会报错 #23

Closed Morii120 closed 1 year ago

Morii120 commented 2 years ago

image

Morii120 commented 2 years ago

还原bug 只需要 在这个项目新建一个页面 在页面使用el-popover el-select 标准就可以了

xiaoxian521 commented 2 years ago

There is indeed this problem. You can use the <client-only></client-only> package first, and will continue to follow up on this problem in the future.