element [Bug Report] 【el-collapse-transition】will fail under the higher version of vue

m528fe3b  于 3个月前  发布在  其他
关注(0)|答案(1)|浏览(67)

Element UI version

2.9.0

OS/Browsers version

chrome

Vue version

2.6.12

https://github.com/ElemeFE/element/blob/dev/src/transitions/collapse-transition.js

Steps to reproduce

import CollapseTransition from 'element-ui/src/transitions/collapse-transition';
import Vue from 'vue'

Vue.component(CollapseTransition.name, CollapseTransition)

The higher version of vue modified the internal implementation, which caused el-collaplse-transition to fail

What is Expected?

will work

What is actually happening?

fail

dced5bon

dced5bon1#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题