element-plus [Bug Report] [Component] [drawer] el-drawer cannot be opened in the SSR page

dgsult0t  于 2022-11-05  发布在  其他
关注(0)|答案(3)|浏览(274)

Bug Type:Component

Environment

  • Vue Version: 3.2.33
  • Element Plus Version: 2.1.10
  • Browser / OS: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36
  • Build Tool: Nuxt

Reproduction

  • el-drawer

Link

Steps to reproduce

click the button of openDrawer

What is Expected?

el-drawer can be opened

What is actually happening?

el-drawer cannot be opened

Additional comments

open SSR in Nuxt3

error:

46scxncf

46scxncf1#

Please add <client-only> by now.

hc8w905p

hc8w905p3#

Please add <client-only> by now.

@sxzz Thanks for reply. After adding , it work. That mean the el-drawer is not support SSR now? If will fix in the future?

相关问题