Element: [Bug Report] Version 2.8.2 will block the use of el-tabs under Vue 2.5.10

Created on 24 May 2019  ·  6Comments  ·  Source: ElemeFE/element

Element UI version

2.8.2

OS/Browsers version

macos Mojave 10.14.5 / chrome 74.0.3729.157(正式版本) (64 位)

Vue version

2.5.10

Reproduction Link

https://codepen.io/mzpuu/pen/LodLRJ

Steps to reproduce


切换vue版本,2.5.10浏览器会卡死

What is Expected?

2.8.2版本是否对vue有版本要求,是否可以兼容低版本vue(2.5)

What is actually happening?

已对elementUI降级

Most helpful comment

All 6 comments

Translation of this issue:

Element UI version

2.8.2

OS/Browsers version

Macos Mojave 10.14.5/chrome 74.0.3729.157 (official version) (64 bits)

Vue version

2.5.10

Reproduction Link

Https://codepen.io/mzpuu/pen/LodLRJ

Steps to reproduce

- >"
Switch Vue version, 2.5.10 browser will be stuck

What is Expected?

Whether Version 2.8.2 has version requirements for Vue and whether it can be compatible with low version Vue (2.5)

What is actually happening?

The elementUI has been downgraded

thx bro , it works ,LOL
[email protected] [email protected]

Similar Trouble: "vue": "^2.3.4", "element-ui": "^2.9.1", block when using
when make "element-ui": "^2.9.1" low to "element-ui": "^2.1.0", it works!
cnpm uninstall element-ui
cnpm i [email protected]
you can look this url may helps: https://segmentfault.com/q/1010000009857163
<el-tab-pane label="用户管理" name="first">用户管理</el-tab-pane>
改为
<el-tab-pane label="用户管理" name="first"></el-tab-pane>

即el-tab-pane元素内不能有内容

如果想要有内容则将elment-ui版本降级至2.1.0则就没有问题了(别的低于2.9.1的我没试过)

我也遇到此类问题,我认为这是一个很严重的问题,会导致页面空转啥都不会显示。

Was this page helpful?
0 / 5 - 0 ratings