You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an initial nuxt application using the create-nuxt-app command
Ensure element-ui version is larger than 2.8.0 when installing
Run yarn dev command
What is Expected?
If SSR is not supported in versions above 2.8.0, please clearly remind in the document.
If you want to support, please fix the problem.
What is actually happening?
HTMLElement is not defined error, apparently using HTMLElement resulted in element-ui not supporting SSR mode. This problem will not occur in versions below 2.8.0.
Element UI version
2.8.2
OS/Browsers version
win10 x64 / chrome 73.0.3683.103
Vue version
2.6.10
Reproduction Link
https://elementui.github.io/issue-generator/#/zh-CN
Steps to reproduce
What is Expected?
What is actually happening?
出现 HTMLElement is not defined 报错,显然是用了 HTMLElement 导致了 element-ui 不支持 ssr 模式。2.8.0以下的版本不会出现该问题。
The text was updated successfully, but these errors were encountered: