Element: Element 2.0.0-beta.1 released🎉

Created on 20 Oct 2017  ·  7Comments  ·  Source: ElemeFE/element

Changelog:https://github.com/ElemeFE/element/releases/tag/v2.0.0-beta.1

As of today, we encourage developers to start upgrading Element to 2.0. And if you see any bug or
problem, please file an issue.

Up until now, all changes of Element 2.0 can be found here.

official

Most helpful comment

vue.esm.js?efeb:571
found in
---><ElSelect>
<ElFormItem>
<ElCol>
<ElRow>
<ElForm>
I reproduced this warning when a use an event button to enable the inputs Select that was initial state disable.

All 7 comments

Cannot read property 'clientHeight' of undefined
I have this warning, but I cannot reproduce it.

[Vue warn]: Error in nextTick: "TypeError: Cannot read property 'clientHeight' of undefined"

found in

---> <ElSelect>
       <ElRow>

Vue 2.5.2
Elementv2.0.0-beta.1

@alashow Could you minify your project and push it to a GitHub repo?

Quick question: can I use the previous theme in combination with Element 2.0 or does the new theme contain certain new required styles?

@alashow Set disabled to select in a dialog, this warn will show

@Leopoldthedecoder sorry, I was busy.

@bitjjj yes, I think I was disabling select while loading data.

vue.esm.js?efeb:571
found in
---><ElSelect>
<ElFormItem>
<ElCol>
<ElRow>
<ElForm>
I reproduced this warning when a use an event button to enable the inputs Select that was initial state disable.

The clientHeight error of Select will be fixed in the next release.

Was this page helpful?
0 / 5 - 0 ratings