mirror of https://github.com/ElemeFE/element
parent
3768ba2bcf
commit
4ac6fed6a5
|
@ -52,8 +52,7 @@ export default {
|
|||
},
|
||||
|
||||
render(h) {
|
||||
if (this.$isServer) return;
|
||||
|
||||
if (this.popperVM) {
|
||||
this.popperVM.node = (
|
||||
<transition
|
||||
name={ this.transition }
|
||||
|
@ -69,6 +68,7 @@ export default {
|
|||
{ this.$slots.content || this.content }
|
||||
</div>
|
||||
</transition>);
|
||||
}
|
||||
|
||||
if (!this.$slots.default || !this.$slots.default.length) return this.$slots.default;
|
||||
|
||||
|
|
Loading…
Reference in New Issue